Home
last modified time | relevance | path

Searched refs:name_len (Results 1 – 10 of 10) sorted by path

/openssl/apps/lib/
H A Ds_cb.c415 size_t name_len; in ssl_print_tmp_key() local
418 name, sizeof(name), &name_len)) in ssl_print_tmp_key()
/openssl/apps/
H A Dreq.c1480 const size_t name_len = strlen(name), tail_len = strlen(tail); in join() local
1482 if (name_len + tail_len + 1 > buf_size) { in join()
1486 memcpy(buf, name, name_len); in join()
1487 memcpy(buf + name_len, tail, tail_len + 1); in join()
/openssl/crypto/
H A Dcore_namemap.c203 const char *name, size_t name_len) in ossl_namemap_name2num_n() argument
208 if (name == NULL || (tmp = OPENSSL_strndup(name, name_len)) == NULL) in ossl_namemap_name2num_n()
/openssl/crypto/evp/
H A Dp_lib.c2375 size_t name_len; in EVP_PKEY_get_ec_point_conv_form() local
2397 name, sizeof(name), &name_len)) in EVP_PKEY_get_ec_point_conv_form()
/openssl/doc/internal/man3/
H A Dossl_namemap_new.pod25 const char *name, size_t name_len);
64 ossl_namemap_name2num(), but takes a string length I<name_len> as well,
/openssl/include/internal/
H A Dnamemap.h29 const char *name, size_t name_len);
/openssl/ssl/
H A Dssl_rsa.c849 unsigned int name_len; in SSL_CTX_use_serverinfo_file() local
885 name_len = strlen(name); in SSL_CTX_use_serverinfo_file()
886 if (name_len < sizeof(NAME_PREFIX1) - 1) { in SSL_CTX_use_serverinfo_file()
893 if (name_len < sizeof(NAME_PREFIX2) - 1) { in SSL_CTX_use_serverinfo_file()
/openssl/ssl/statem/
H A Dstatem_lib.c2334 unsigned int name_len; in parse_ca_names() local
2336 if (!PACKET_get_net_2(&cadns, &name_len) in parse_ca_names()
2337 || !PACKET_get_bytes(&cadns, &namebytes, name_len)) { in parse_ca_names()
2343 if ((xn = d2i_X509_NAME(NULL, &namebytes, name_len)) == NULL) { in parse_ca_names()
2347 if (namebytes != (namestart + name_len)) { in parse_ca_names()
/openssl/test/
H A Dectest.c2403 size_t buf_len, name_len; in do_test_custom_explicit_fromdata() local
2471 &name_len))) in do_test_custom_explicit_fromdata()
2477 name, sizeof(name), &name_len)) in do_test_custom_explicit_fromdata()
2483 &name_len)) in do_test_custom_explicit_fromdata()
2533 &name_len))) in do_test_custom_explicit_fromdata()
2542 &name_len)) in do_test_custom_explicit_fromdata()
/openssl/test/helpers/
H A Dhandshake.c1251 size_t name_len; in pkey_type() local
1253 if (!EVP_PKEY_get_group_name(pkey, name, sizeof(name), &name_len)) in pkey_type()

Completed in 71 milliseconds