Home
last modified time | relevance | path

Searched refs:OBJ_txt2nid (Results 1 – 21 of 21) sorted by relevance

/openssl/test/
H A Dupcallstest.c110 sigalgnid = OBJ_txt2nid(SIGALG_OID); in obj_create_test()
120 sigalgnid = OBJ_txt2nid(NODIG_SIGALG_OID); in obj_create_test()
H A Dpkcs12_format_test.c326 return sec_nid = OBJ_txt2nid("CustomSecretOID"); in get_custom_oid()
H A Devp_test.c4896 nid = OBJ_txt2nid(strnid); in parse()
/openssl/doc/man3/
H A DOBJ_nid2obj.pod7 OBJ_nid2sn, OBJ_obj2nid, OBJ_txt2nid, OBJ_ln2nid, OBJ_sn2nid, OBJ_cmp,
23 int OBJ_txt2nid(const char *s);
65 OBJ_txt2nid() returns NID corresponding to text string I<s>. I<s> can be
156 OBJ_obj2nid(), OBJ_ln2nid(), OBJ_sn2nid() and OBJ_txt2nid() return
/openssl/apps/
H A Dpkcs8.c148 pbe_nid = OBJ_txt2nid(opt_arg()); in pkcs8_main()
156 pbe_nid = OBJ_txt2nid(opt_arg()); in pkcs8_main()
H A Dreq.c1183 if ((nid = OBJ_txt2nid(type)) == NID_undef) in prompt_info()
1232 if ((nid = OBJ_txt2nid(type)) == NID_undef) in prompt_info()
H A Dpkcs12.c1335 *ppbe = OBJ_txt2nid(str); in set_pbe()
H A Dca.c1553 if ((j = OBJ_txt2nid(cv->name)) == NID_undef) { in do_body()
2033 if ((nid = OBJ_txt2nid(type)) == NID_undef) { in certify_spkac()
/openssl/include/openssl/
H A Dobjects.h73 int OBJ_txt2nid(const char *s);
/openssl/ssl/
H A Dt1_lib.c646 if ((OBJ_txt2nid(sinf->sigalg_name) == NID_undef) || in add_provider_sigalgs()
647 (OBJ_nid2obj(OBJ_txt2nid(sinf->sigalg_name)) == NULL)) { in add_provider_sigalgs()
657 OBJ_add_sigid(OBJ_txt2nid(sinf->sigalg_name), in add_provider_sigalgs()
659 ? OBJ_txt2nid(sinf->hash_name) in add_provider_sigalgs()
661 OBJ_txt2nid(keytype)); in add_provider_sigalgs()
722 ctx->ssl_cert_info[i].nid = OBJ_txt2nid(ctx->sigalg_list[i].sigalg_name); in ssl_load_sigalgs()
1572 cache[cache_idx].hash = si.hash_name?OBJ_txt2nid(si.hash_name):NID_undef; in ssl_setup_sigalgs()
1574 cache[cache_idx].sig = OBJ_txt2nid(si.sigalg_name); in ssl_setup_sigalgs()
1576 cache[cache_idx].sigandhash = OBJ_txt2nid(si.sigalg_name); in ssl_setup_sigalgs()
4115 return OBJ_txt2nid(gname); in ssl_get_EC_curve_nid()
/openssl/crypto/
H A Dprovider_core.c2208 int sign_nid = OBJ_txt2nid(sign_name); in core_obj_add_sigid()
2210 int pkey_nid = OBJ_txt2nid(pkey_name); in core_obj_add_sigid()
2213 && (digest_nid = OBJ_txt2nid(digest_name)) == NID_undef) in core_obj_add_sigid()
2236 return OBJ_txt2nid(oid) != NID_undef in core_obj_create()
/openssl/crypto/ocsp/
H A Docsp_ext.c402 if ((nid = OBJ_txt2nid(*oids)) != NID_undef && (o = OBJ_nid2obj(nid))) in OCSP_accept_responses_new()
/openssl/crypto/x509/
H A Dx509_cmp.c450 curve_nid = OBJ_txt2nid(curve_name); in check_suite_b()
/openssl/crypto/pkcs12/
H A Dp12_mutl.c451 prf_md_nid = OBJ_txt2nid(prf_md_name); in PKCS12_set_pbmac1_pbkdf2()
/openssl/crypto/objects/
H A Dobj_dat.c624 int OBJ_txt2nid(const char *s) in OBJ_txt2nid() function
/openssl/test/helpers/
H A Dpkcs12.c354 attr_nid = OBJ_txt2nid(p_attr->oid); in add_attributes()
H A Dhandshake.c1269 return OBJ_txt2nid(name); in pkey_type()
/openssl/crypto/cms/
H A Dcms_sd.c250 pknid = OBJ_txt2nid(typename); in cms_generic_sign()
/openssl/apps/lib/
H A Dapps.c1984 nid = OBJ_txt2nid(typestr); in parse_name()
/openssl/util/
H A Dlibcrypto.num235 OBJ_txt2nid 240 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md20483 * The function OBJ_txt2nid was broken. It was supposed to return a nid
20487 OBJ_txt2nid to use it. OBJ_txt2obj can also return objects even if the

Completed in 148 milliseconds