Home
last modified time | relevance | path

Searched defs:buf_len (Results 1 – 25 of 72) sorted by relevance

123

/openbsd/src/regress/lib/libssl/bytestring/
Dbytestringtest.c323 size_t buf_len; in test_cbb_basic() local
356 size_t buf_len; in test_cbb_add_space() local
446 size_t buf_len; in test_cbb_prefixed() local
489 size_t buf_len; in test_cbb_discard_child() local
534 size_t buf_len; in test_cbb_misuse() local
570 size_t buf_len; in test_cbb_asn1() local
/openbsd/src/lib/libcrypto/ec/
Dec_convert.c182 int buf_len = BN_num_bytes(group->p); in ec_add_field_element_cbb() local
387 ec_point_from_octets(const EC_GROUP *group, const unsigned char *buf, size_t buf_len, in ec_point_from_octets()
501 size_t buf_len = 0; in EC_POINT_point2bn() local
520 size_t buf_len = 0; in EC_POINT_bn2point() local
/openbsd/src/lib/libcrypto/bio/
Dbss_mem.c123 BIO_new_mem_buf(const void *buf, int buf_len) in BIO_new_mem_buf()
225 size_t buf_len; in mem_write() local
/openbsd/src/lib/libcurses/tinfo/
Dsetbuf.c108 unsigned buf_len; in NCURSES_EXPORT() local
/openbsd/src/usr.bin/signify/
Dcrypto_api.h17 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) argument
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cpp257 static uptr ReadProcessName(/*out*/ char *buf, uptr buf_len) { in ReadProcessName()
280 uptr ReadBinaryNameCached(/*out*/char *buf, uptr buf_len) { in ReadBinaryNameCached()
291 uptr ReadBinaryDir(/*out*/ char *buf, uptr buf_len) { in ReadBinaryDir()
/openbsd/src/sys/dev/pci/drm/amd/display/modules/hdcp/
Dhdcp_ddc.c155 uint32_t buf_len) in read()
202 uint32_t buf_len, in read_repeatedly()
226 uint32_t buf_len) in write()
/openbsd/src/regress/lib/libcrypto/dh/
Ddhtest.c95 int flags, buf_len, secret_len; in main() local
/openbsd/src/sbin/iked/
Dcrypto_api.h22 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) argument
/openbsd/src/usr.bin/ssh/
Dcrypto_api.h23 #define randombytes(buf, buf_len) arc4random_buf((buf), (buf_len)) argument
Dhmac.c32 size_t buf_len; member
/openbsd/src/regress/lib/libcrypto/ecdsa/
Decdsatest.c99 unsigned int sig_len, degree, r_len, s_len, bn_len, buf_len; in test_builtin() local
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
Dblake3.h40 uint8_t buf_len; member
/openbsd/src/sys/dev/ata/
Data.c203 ata_perror(struct ata_drive_datas *drvp, int errno, char *buf, size_t buf_len) in ata_perror()
/openbsd/src/usr.bin/less/
Dpattern.c81 match(char *pattern, int pattern_len, char *buf, int buf_len, in match()
/openbsd/src/lib/libcrypto/asn1/
Da_object.c429 i2t_ASN1_OBJECT_internal(const ASN1_OBJECT *aobj, char *buf, int buf_len, int no_name) in i2t_ASN1_OBJECT_internal()
460 i2t_ASN1_OBJECT(char *buf, int buf_len, const ASN1_OBJECT *aobj) in i2t_ASN1_OBJECT()
/openbsd/src/lib/libcrypto/ecdh/
Decdh.c155 int buf_len = 0; in ecdh_compute_key() local
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp522 nub_size_t MachThread::GetRegisterContext(void *buf, nub_size_t buf_len) { in GetRegisterContext()
526 nub_size_t MachThread::SetRegisterContext(const void *buf, nub_size_t buf_len) { in SetRegisterContext()
DMachThreadList.cpp192 size_t buf_len) { in GetRegisterContext()
200 size_t buf_len) { in SetRegisterContext()
/openbsd/src/lib/libcrypto/cms/
Dcms_sd.c783 int buf_len = 0; in CMS_SignerInfo_sign() local
844 int buf_len = 0; in CMS_SignerInfo_verify() local
/openbsd/src/usr.bin/openssl/
Dspeed.c1885 size_t buf_len, nonce_len; in speed_main() local
1913 size_t buf_len, nonce_len; in speed_main() local
1942 size_t buf_len, nonce_len; in speed_main() local
/openbsd/src/usr.bin/cvs/
Dbuf.c191 buf_len(BUF *b) in buf_len() function
/openbsd/src/lib/libcrypto/evp/
Dbio_enc.c82 int buf_len; member
/openbsd/src/usr.bin/rcs/
Dbuf.c239 buf_len(BUF *b) in buf_len() function
/openbsd/src/regress/lib/libcrypto/aead/
Daeadtest.c434 unsigned int *buf_len = NULL; in main() local

123