Searched defs:bsize (Results 1 – 6 of 6) sorted by relevance
/openssl/test/ |
H A D | punycode_test.c | 157 unsigned int bsize = OSSL_NELEM(buffer); in test_punycode() local 229 unsigned int bsize = OSSL_NELEM(buf) - 1; in test_puny_overrun() local
|
H A D | ectest.c | 2072 size_t bsize; in ossl_parameter_test() local 2725 int ret = 0, nid, bsize; in custom_generator_test() local 2809 int ret = 0, nid, bsize; in custom_params_test() local
|
/openssl/crypto/ |
H A D | param_build.c | 253 const char *buf, size_t bsize) in OSSL_PARAM_BLD_push_utf8_string() 269 char *buf, size_t bsize) in OSSL_PARAM_BLD_push_utf8_ptr() 283 const void *buf, size_t bsize) in OSSL_PARAM_BLD_push_octet_string() 297 void *buf, size_t bsize) in OSSL_PARAM_BLD_push_octet_ptr()
|
H A D | params.c | 1152 size_t bsize) in OSSL_PARAM_construct_BN() 1447 size_t bsize) in OSSL_PARAM_construct_utf8_string() 1455 size_t bsize) in OSSL_PARAM_construct_octet_string() 1524 size_t bsize) in OSSL_PARAM_construct_utf8_ptr() 1530 size_t bsize) in OSSL_PARAM_construct_octet_ptr()
|
/openssl/apps/ |
H A D | enc.c | 132 int bsize = BSIZE, verbose = 0, debug = 0, olb64 = 0, nosalt = 0; in enc_main() local
|
/openssl/crypto/evp/ |
H A D | p_lib.c | 2319 int bsize = 0; in EVP_PKEY_set_bn_param() local 2352 const unsigned char *buf, size_t bsize) in EVP_PKEY_set_octet_string_param()
|
Completed in 28 milliseconds