Home
last modified time | relevance | path

Searched refs:OBJ_txt2nid (Results 1 - 25 of 30) sorted by relevance

12

/third_party/openssl/test/
H A Dupcallstest.c99 sigalgnid = OBJ_txt2nid(SIGALG_OID); in obj_create_test()
H A Dpkcs12_format_test.c319 return sec_nid = OBJ_txt2nid("CustomSecretOID"); in get_custom_oid()
/third_party/node/deps/openssl/openssl/apps/
H A Dpkcs8.c142 pbe_nid = OBJ_txt2nid(opt_arg()); in pkcs8_main()
150 pbe_nid = OBJ_txt2nid(opt_arg()); in pkcs8_main()
H A Dreq.c1188 if ((nid = OBJ_txt2nid(type)) == NID_undef) in prompt_info()
1245 if ((nid = OBJ_txt2nid(type)) == NID_undef) in prompt_info()
H A Dca.c1596 if ((j = OBJ_txt2nid(cv->name)) == NID_undef) { in do_body()
2067 if ((nid = OBJ_txt2nid(type)) == NID_undef) { in certify_spkac()
H A Dpkcs12.c1225 *ppbe = OBJ_txt2nid(str); in set_pbe()
/third_party/openssl/apps/
H A Dpkcs8.c142 pbe_nid = OBJ_txt2nid(opt_arg()); in pkcs8_main()
150 pbe_nid = OBJ_txt2nid(opt_arg()); in pkcs8_main()
H A Dreq.c1186 if ((nid = OBJ_txt2nid(type)) == NID_undef) in prompt_info()
1243 if ((nid = OBJ_txt2nid(type)) == NID_undef) in prompt_info()
H A Dca.c1576 if ((j = OBJ_txt2nid(cv->name)) == NID_undef) { in do_body()
2047 if ((nid = OBJ_txt2nid(type)) == NID_undef) { in certify_spkac()
H A Dpkcs12.c1229 *ppbe = OBJ_txt2nid(str); in set_pbe()
/third_party/openssl/ohos_lite/include/openssl/
H A Dobjects.h65 int OBJ_txt2nid(const char *s);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dobjects.h73 int OBJ_txt2nid(const char *s);
/third_party/openssl/include/openssl/
H A Dobjects.h73 int OBJ_txt2nid(const char *s);
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_core.c2073 int sign_nid = OBJ_txt2nid(sign_name); in core_obj_add_sigid()
2075 int pkey_nid = OBJ_txt2nid(pkey_name); in core_obj_add_sigid()
2078 && (digest_nid = OBJ_txt2nid(digest_name)) == NID_undef) in core_obj_add_sigid()
2101 return OBJ_txt2nid(oid) != NID_undef in core_obj_create()
/third_party/openssl/crypto/
H A Dprovider_core.c2071 int sign_nid = OBJ_txt2nid(sign_name); in core_obj_add_sigid()
2073 int pkey_nid = OBJ_txt2nid(pkey_name); in core_obj_add_sigid()
2076 && (digest_nid = OBJ_txt2nid(digest_name)) == NID_undef) in core_obj_add_sigid()
2099 return OBJ_txt2nid(oid) != NID_undef in core_obj_create()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_cmp.c442 curve_nid = OBJ_txt2nid(curve_name); in check_suite_b()
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_ext.c402 if ((nid = OBJ_txt2nid(*oids)) != NID_undef && (o = OBJ_nid2obj(nid))) in OCSP_accept_responses_new()
/third_party/openssl/crypto/ocsp/
H A Docsp_ext.c402 if ((nid = OBJ_txt2nid(*oids)) != NID_undef && (o = OBJ_nid2obj(nid))) in OCSP_accept_responses_new()
/third_party/openssl/crypto/x509/
H A Dx509_cmp.c439 curve_nid = OBJ_txt2nid(curve_name); in check_suite_b()
/third_party/node/deps/openssl/openssl/crypto/objects/
H A Dobj_dat.c358 * into an object: unlike OBJ_txt2nid it can be used with any objects, not
565 int OBJ_txt2nid(const char *s) in OBJ_txt2nid() function
/third_party/openssl/crypto/objects/
H A Dobj_dat.c358 * into an object: unlike OBJ_txt2nid it can be used with any objects, not
565 int OBJ_txt2nid(const char *s) in OBJ_txt2nid() function
/third_party/openssl/test/helpers/
H A Dpkcs12.c352 attr_nid = OBJ_txt2nid(p_attr->oid); in add_attributes()
H A Dhandshake.c1245 return OBJ_txt2nid(name); in pkey_type()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c945 tmp = OBJ_txt2nid(dpp_curves[i].name); in dpp_get_curve_nid()
1231 nid = OBJ_txt2nid(curve->name); in dpp_gen_keypair()
5287 group = EC_GROUP_new_by_curve_name(OBJ_txt2nid(curve->name)); in dpp_parse_jwk()
6651 group = EC_GROUP_new_by_curve_name(OBJ_txt2nid(curve->name)); in dpp_pkex_get_role_elem()
6838 group = EC_GROUP_new_by_curve_name(OBJ_txt2nid(curve->name)); in dpp_test_gen_invalid_key()
/third_party/node/src/crypto/
H A Dcrypto_keys.cc1065 int id = OBJ_txt2nid(*name); in InitECRaw()

Completed in 45 milliseconds

12