Home
last modified time | relevance | path

Searched refs:OBJ_sn2nid (Results 1 - 25 of 33) sorted by relevance

12

/third_party/node/deps/openssl/openssl/apps/lib/
H A Dengine.c172 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()
/third_party/openssl/apps/lib/
H A Dengine.c172 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()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dobject.rs19 pub fn OBJ_sn2nid(sn: *const libc::c_char) -> libc::c_int; in OBJ_sn2nid() functions
/third_party/openssl/test/
H A Dupcallstest.c104 || !TEST_int_eq(digestnid, OBJ_sn2nid(DIGEST_SN)) in obj_create_test()
/third_party/node/deps/openssl/openssl/crypto/objects/
H A Dobj_dat.c372 if (((nid = OBJ_sn2nid(s)) != NID_undef) || in OBJ_txt2obj()
599 int OBJ_sn2nid(const char *s) in OBJ_sn2nid() function
718 if ((sn != NULL && OBJ_sn2nid(sn) != NID_undef) in OBJ_create()
/third_party/openssl/crypto/objects/
H A Dobj_dat.c372 if (((nid = OBJ_sn2nid(s)) != NID_undef) || in OBJ_txt2obj()
599 int OBJ_sn2nid(const char *s) in OBJ_sn2nid() function
717 if ((sn != NULL && OBJ_sn2nid(sn) != NID_undef) in OBJ_create()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn_mstbl.c65 nid = OBJ_sn2nid(name); in do_tcreate()
/third_party/openssl/crypto/asn1/
H A Dasn_mstbl.c65 nid = OBJ_sn2nid(name); in do_tcreate()
/third_party/openssl/ohos_lite/include/openssl/
H A Dobjects.h67 int OBJ_sn2nid(const char *s);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dobjects.h75 int OBJ_sn2nid(const char *s);
/third_party/openssl/include/openssl/
H A Dobjects.h75 int OBJ_sn2nid(const char *s);
/third_party/openssl/test/helpers/
H A Dssl_test_ctx.c528 nid = OBJ_sn2nid(value); in parse_expected_key_type()
584 nid = OBJ_sn2nid(value); in parse_expected_sign_hash()
/third_party/node/src/crypto/
H A Dcrypto_ec.cc44 nid = OBJ_sn2nid(name); in GetCurveFromName()
145 int nid = OBJ_sn2nid(*curve); in New()
409 int nid = OBJ_sn2nid(*curve); in ConvertKey()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_pmeth.c399 nid = OBJ_sn2nid(value); in pkey_ec_ctrl_str()
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_pmeth.c244 int nid = OBJ_sn2nid(value); in pkey_dh_ctrl_str()
/third_party/openssl/crypto/dh/
H A Ddh_pmeth.c244 int nid = OBJ_sn2nid(value); in pkey_dh_ctrl_str()
/third_party/openssl/crypto/ec/
H A Dec_pmeth.c399 nid = OBJ_sn2nid(value); in pkey_ec_ctrl_str()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_conf.c45 ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value); in X509V3_EXT_nconf_int()
/third_party/node/deps/openssl/openssl/apps/
H A Dpkeyutl.c575 int kdfnid = OBJ_sn2nid(kdfalg); in init_ctx()
H A Dcmp.c1920 if ((opt_infotype = OBJ_sn2nid(id_buf)) == NID_undef) { in setup_client_ctx()
/third_party/openssl/apps/
H A Dpkeyutl.c575 int kdfnid = OBJ_sn2nid(kdfalg); in init_ctx()
/third_party/openssl/crypto/x509/
H A Dv3_conf.c45 ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value); in X509V3_EXT_nconf_int()
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-server.c420 ecdh_nid = OBJ_sn2nid(ecdh_curve);
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_lib.c1032 if ((type = EVP_PKEY_type(OBJ_sn2nid(name))) != NID_undef) in evp_pkey_name2type()
1265 *nid = OBJ_sn2nid(mdname); in mdname2nid()
/third_party/openssl/crypto/evp/
H A Dp_lib.c1030 if ((type = EVP_PKEY_type(OBJ_sn2nid(name))) != NID_undef) in evp_pkey_name2type()
1262 *nid = OBJ_sn2nid(mdname); in mdname2nid()

Completed in 25 milliseconds

12