Searched refs:OBJ_txt2nid (Results 1 – 21 of 21) sorted by relevance
110 sigalgnid = OBJ_txt2nid(SIGALG_OID); in obj_create_test()120 sigalgnid = OBJ_txt2nid(NODIG_SIGALG_OID); in obj_create_test()
326 return sec_nid = OBJ_txt2nid("CustomSecretOID"); in get_custom_oid()
4896 nid = OBJ_txt2nid(strnid); in parse()
7 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 be156 OBJ_obj2nid(), OBJ_ln2nid(), OBJ_sn2nid() and OBJ_txt2nid() return
148 pbe_nid = OBJ_txt2nid(opt_arg()); in pkcs8_main()156 pbe_nid = OBJ_txt2nid(opt_arg()); in pkcs8_main()
1190 if ((nid = OBJ_txt2nid(type)) == NID_undef) in prompt_info()1239 if ((nid = OBJ_txt2nid(type)) == NID_undef) in prompt_info()
1339 *ppbe = OBJ_txt2nid(str); in set_pbe()
1553 if ((j = OBJ_txt2nid(cv->name)) == NID_undef) { in do_body()2033 if ((nid = OBJ_txt2nid(type)) == NID_undef) { in certify_spkac()
73 int OBJ_txt2nid(const char *s);
646 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()1633 cache[cache_idx].hash = si.hash_name?OBJ_txt2nid(si.hash_name):NID_undef; in ssl_setup_sigalgs()1635 cache[cache_idx].sig = OBJ_txt2nid(si.sigalg_name); in ssl_setup_sigalgs()1637 cache[cache_idx].sigandhash = OBJ_txt2nid(si.sigalg_name); in ssl_setup_sigalgs()4177 return OBJ_txt2nid(gname); in ssl_get_EC_curve_nid()
2427 int sign_nid = OBJ_txt2nid(sign_name); in core_obj_add_sigid()2429 int pkey_nid = OBJ_txt2nid(pkey_name); in core_obj_add_sigid()2432 && (digest_nid = OBJ_txt2nid(digest_name)) == NID_undef) in core_obj_add_sigid()2455 return OBJ_txt2nid(oid) != NID_undef in core_obj_create()
402 if ((nid = OBJ_txt2nid(*oids)) != NID_undef && (o = OBJ_nid2obj(nid))) in OCSP_accept_responses_new()
450 curve_nid = OBJ_txt2nid(curve_name); in check_suite_b()
458 prf_md_nid = OBJ_txt2nid(prf_md_name); in PKCS12_set_pbmac1_pbkdf2()
624 int OBJ_txt2nid(const char *s) in OBJ_txt2nid() function
354 attr_nid = OBJ_txt2nid(p_attr->oid); in add_attributes()
1269 return OBJ_txt2nid(name); in pkey_type()
250 pknid = OBJ_txt2nid(typename); in cms_generic_sign()
2013 nid = OBJ_txt2nid(typestr); in parse_name()
235 OBJ_txt2nid 240 3_0_0 EXIST::FUNCTION:
20542 * The function OBJ_txt2nid was broken. It was supposed to return a nid20546 OBJ_txt2nid to use it. OBJ_txt2obj can also return objects even if the
Completed in 198 milliseconds