Home
last modified time | relevance | path

Searched refs:OBJ_ln2nid (Results 1 – 14 of 14) sorted by relevance

/openssl/test/
H A Dasn1_internal_test.c234 || !TEST_int_ne(OBJ_ln2nid(ln_prefix "2"), NID_undef) in test_obj_create()
237 || !TEST_int_ne(OBJ_ln2nid(ln_prefix "3"), NID_undef) in test_obj_create()
242 || !TEST_int_ne(OBJ_ln2nid(ln_prefix "6"), NID_undef) in test_obj_create()
246 || !TEST_int_ne(OBJ_ln2nid(ln_prefix "7"), NID_undef)) in test_obj_create()
H A Dupcallstest.c116 || !TEST_int_eq(signid, OBJ_ln2nid(SIG_LN))) in obj_create_test()
131 signid = OBJ_ln2nid(SIG_LN); in obj_create_test()
143 signid = OBJ_ln2nid(NODIG_SIG_LN); in obj_create_test()
H A Devp_test.c3419 nid = OBJ_ln2nid(alg); in keygen_test_init()
/openssl/doc/man3/
H A DOBJ_nid2obj.pod7 OBJ_nid2sn, OBJ_obj2nid, OBJ_txt2nid, OBJ_ln2nid, OBJ_sn2nid, OBJ_cmp,
20 int OBJ_ln2nid(const char *ln);
61 OBJ_obj2nid(), OBJ_ln2nid(), OBJ_sn2nid() return the corresponding NID
156 OBJ_obj2nid(), OBJ_ln2nid(), OBJ_sn2nid() and OBJ_txt2nid() return
/openssl/crypto/asn1/
H A Dasn_mstbl.c67 nid = OBJ_ln2nid(name); in do_tcreate()
/openssl/crypto/objects/
H A Dobj_dat.c422 || (nid = OBJ_ln2nid(s)) != NID_undef) { in OBJ_txt2obj()
624 int OBJ_ln2nid(const char *s) in OBJ_ln2nid() function
780 || (ln != NULL && OBJ_ln2nid(ln) != NID_undef)) { in OBJ_create()
/openssl/include/openssl/
H A Dobjects.h74 int OBJ_ln2nid(const char *s);
/openssl/test/helpers/
H A Dssl_test_ctx.c532 nid = OBJ_ln2nid(value); in parse_expected_key_type()
599 nid = OBJ_ln2nid(value); in parse_expected_sign_hash()
/openssl/crypto/ec/
H A Dec_pmeth.c397 nid = OBJ_ln2nid(value); in pkey_ec_ctrl_str()
/openssl/apps/
H A Dpkeyutl.c577 kdfnid = OBJ_ln2nid(kdfalg); in init_ctx()
H A Dcmp.c1588 int digest = OBJ_ln2nid(opt_digest); in setup_protection_ctx()
1602 int mac = OBJ_ln2nid(opt_mac); in setup_protection_ctx()
/openssl/crypto/evp/
H A Dp_lib.c1042 return EVP_PKEY_type(OBJ_ln2nid(name)); in evp_pkey_name2type()
1275 *nid = OBJ_ln2nid(mdname); in mdname2nid()
/openssl/ssl/
H A Dt1_lib.c2878 *phash = OBJ_ln2nid(str); in get_sigorhash()
/openssl/util/
H A Dlibcrypto.num697 OBJ_ln2nid 717 3_0_0 EXIST::FUNCTION:

Completed in 122 milliseconds