Searched refs:OBJ_sn2nid (Results 1 – 19 of 19) sorted by relevance
/openssl/test/ |
H A D | upcallstest.c | 115 || !TEST_int_eq(digestnid, OBJ_sn2nid(DIGEST_SN)) in obj_create_test() 129 sigalgnid = OBJ_sn2nid(SIGALG_SN); in obj_create_test() 130 digestnid = OBJ_sn2nid(DIGEST_SN); in obj_create_test() 136 if ((OBJ_find_sigid_by_algs(&foundsid, OBJ_sn2nid("SHA512"), signid)) && in obj_create_test() 141 sigalgnid = OBJ_sn2nid(NODIG_SIGALG_SN); in obj_create_test() 142 digestnid = OBJ_sn2nid("SHA512"); in obj_create_test()
|
H A D | asn1_internal_test.c | 232 || !TEST_int_ne(OBJ_sn2nid(sn_prefix "1"), NID_undef) in test_obj_create() 236 || !TEST_int_ne(OBJ_sn2nid(sn_prefix "3"), NID_undef) in test_obj_create() 240 || !TEST_int_ne(OBJ_sn2nid(sn_prefix "5"), NID_undef) in test_obj_create() 245 || !TEST_int_ne(OBJ_sn2nid(sn_prefix "7"), NID_undef) in test_obj_create()
|
H A D | tls-provider.c | 1636 if (k->tls_name && OBJ_sn2nid(k->tls_name) != nid) { in prepare_xorx_params() 1840 int type = OBJ_sn2nid(typestr); in key2any_encode() 2279 ctx->desc->evp_type = OBJ_sn2nid(tls_name); in der2key_newctx()
|
H A D | evp_pkey_provided_test.c | 1697 if (!TEST_ptr(group = EC_GROUP_new_by_curve_name(OBJ_sn2nid(curve))) in test_fromdata_ec()
|
/openssl/apps/lib/ |
H A D | engine.c | 172 eng = ENGINE_get_digest_engine(OBJ_sn2nid(name)); in get_digest_from_engine() 186 eng = ENGINE_get_cipher_engine(OBJ_sn2nid(name)); in get_cipher_from_engine()
|
/openssl/doc/man3/ |
H A D | OBJ_nid2obj.pod | 7 OBJ_nid2sn, OBJ_obj2nid, OBJ_txt2nid, OBJ_ln2nid, OBJ_sn2nid, OBJ_cmp, 21 int OBJ_sn2nid(const char *sn); 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 D | asn_mstbl.c | 65 nid = OBJ_sn2nid(name); in do_tcreate()
|
/openssl/crypto/objects/ |
H A D | obj_dat.c | 433 if ((nid = OBJ_sn2nid(s)) != NID_undef in OBJ_txt2obj() 663 int OBJ_sn2nid(const char *s) in OBJ_sn2nid() function 791 if ((sn != NULL && OBJ_sn2nid(sn) != NID_undef) in OBJ_create()
|
/openssl/include/openssl/ |
H A D | objects.h | 75 int OBJ_sn2nid(const char *s);
|
/openssl/test/helpers/ |
H A D | ssl_test_ctx.c | 530 nid = OBJ_sn2nid(value); in parse_expected_key_type() 597 nid = OBJ_sn2nid(value); in parse_expected_sign_hash()
|
/openssl/crypto/dh/ |
H A D | dh_pmeth.c | 242 int nid = OBJ_sn2nid(value); in pkey_dh_ctrl_str()
|
/openssl/crypto/ec/ |
H A D | ec_pmeth.c | 395 nid = OBJ_sn2nid(value); in pkey_ec_ctrl_str()
|
/openssl/crypto/x509/ |
H A D | v3_conf.c | 45 ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value); in X509V3_EXT_nconf_int()
|
/openssl/apps/ |
H A D | pkeyutl.c | 651 int kdfnid = OBJ_sn2nid(kdfalg); in init_ctx()
|
H A D | cmp.c | 2171 if ((opt_infotype = OBJ_sn2nid(id_buf)) == NID_undef) { in setup_client_ctx()
|
/openssl/crypto/evp/ |
H A D | p_lib.c | 1039 if ((type = EVP_PKEY_type(OBJ_sn2nid(name))) != NID_undef) in evp_pkey_name2type() 1272 *nid = OBJ_sn2nid(mdname); in mdname2nid()
|
H A D | ctrl_params_translate.c | 1171 ctx->p1 = OBJ_sn2nid(p2); in fix_ec_paramgen_curve_nid()
|
/openssl/ssl/ |
H A D | t1_lib.c | 3013 *phash = OBJ_sn2nid(str); in get_sigorhash()
|
/openssl/util/ |
H A D | libcrypto.num | 3255 OBJ_sn2nid 3324 3_0_0 EXIST::FUNCTION:
|
Completed in 120 milliseconds