/netbsd/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | evp_asn1.c | 34 int ASN1_TYPE_get_octetstring(const ASN1_TYPE *a, unsigned char *data, int max_len) in ASN1_TYPE_get_octetstring() 64 long *num, unsigned char *data, int max_len) in asn1_type_get_int_oct() 110 unsigned char *data, int max_len) in ASN1_TYPE_get_int_octetstring() 166 unsigned char *data, int max_len) in ossl_asn1_type_get_octetstring_int()
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/rand/ |
H A D | prov_seed.c | 17 size_t min_len, size_t max_len) in ossl_rand_get_entropy() 48 unsigned char **pout, size_t min_len, size_t max_len, in ossl_rand_get_nonce()
|
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | concat.c | 71 roken_vmconcat (char **s, size_t max_len, va_list args) in roken_vmconcat() 103 roken_mconcat (char **s, size_t max_len, ...) in roken_mconcat()
|
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
H A D | evp_asn1.c | 30 int ASN1_TYPE_get_octetstring(const ASN1_TYPE *a, unsigned char *data, int max_len) in ASN1_TYPE_get_octetstring() 84 unsigned char *data, int max_len) in ASN1_TYPE_get_int_octetstring()
|
/netbsd/crypto/external/bsd/openssl/dist/providers/common/ |
H A D | provider_seeding.c | 48 int entropy, size_t min_len, size_t max_len) in ossl_prov_get_entropy() 64 size_t min_len, size_t max_len, in ossl_prov_get_nonce()
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_file.cc | 95 uptr *read_len, uptr max_len, error_t *errno_p) { in ReadFileToBuffer() 139 InternalMmapVectorNoCtor<char> *buff, uptr max_len, in ReadFileToVector()
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_file.cc | 97 uptr *read_len, uptr max_len, error_t *errno_p) { in ReadFileToBuffer() 141 InternalMmapVectorNoCtor<char> *buff, uptr max_len, in ReadFileToVector()
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_file.cc | 95 uptr *read_len, uptr max_len, error_t *errno_p) { in ReadFileToBuffer() 139 InternalMmapVectorNoCtor<char> *buff, uptr max_len, in ReadFileToVector()
|
/netbsd/external/bsd/wpa/dist/src/utils/ |
H A D | ip_addr.h | 19 u8 max_len[16]; member
|
H A D | uuid.c | 50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | file-find.h | 36 int max_len; /* Max length of a prefix in PLIST */ member
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | file-find.h | 36 int max_len; /* Max length of a prefix in PLIST */ member
|
/netbsd/crypto/external/bsd/openssl.old/dist/test/ |
H A D | drbg_cavs_test.c | 35 int entropy, size_t min_len, size_t max_len, in kat_entropy() 46 int entropy, size_t min_len, size_t max_len) in kat_nonce()
|
/netbsd/external/bsd/flex/dist/tests/ |
H A D | yyextra.l | 39 int max_len; member
|
/netbsd/external/gpl3/gdb/dist/sim/ppc/ |
H A D | options.c | 216 int max_len = 0; in print_options() local
|
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/ |
H A D | options.c | 216 int max_len = 0; in print_options() local
|
/netbsd/external/gpl3/gdb/dist/gdb/tui/ |
H A D | tui-wingeneral.c | 113 int max_len = win_info->width - 2 - 2; in box_win() local
|
/netbsd/external/gpl3/gdb.old/dist/gdb/tui/ |
H A D | tui-wingeneral.c | 113 int max_len = win_info->width - 2 - 2; in box_win() local
|
/netbsd/crypto/external/bsd/openssl/dist/include/crypto/ |
H A D | rand_pool.h | 79 size_t max_len; /* maximum number of random bytes (allocated buffer size) */ member
|
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/rand/ |
H A D | rand_lib.c | 131 int entropy, size_t min_len, size_t max_len, in rand_drbg_get_entropy() 236 int entropy, size_t min_len, size_t max_len) in rand_drbg_get_nonce() 437 size_t min_len, size_t max_len) in rand_pool_new()
|
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/rands/ |
H A D | drbg.c | 146 size_t max_len, int prediction_resistance, in ossl_drbg_get_seed() 195 size_t min_len, size_t max_len, in get_entropy() 313 size_t min_len, size_t max_len) in prov_drbg_get_nonce()
|
/netbsd/external/gpl2/lvm2/dist/tools/ |
H A D | lvmdiskscan.c | 30 int max_len; variable
|
/netbsd/external/bsd/wpa/dist/src/ap/ |
H A D | wpa_auth_ie.c | 1150 u8 *pos, size_t max_len, in wpa_auth_write_assoc_resp_owe() 1183 u8 *pos, size_t max_len, in wpa_auth_write_assoc_resp_fils()
|
/netbsd/external/gpl2/groff/dist/src/preproc/eqn/ |
H A D | pile.cpp | 119 int max_len = 0; in compute_metrics() local
|
/netbsd/external/bsd/flex/dist/src/ |
H A D | filter.c | 209 int filter_truncate (struct filter *chain, int max_len) in filter_truncate()
|