Home
last modified time | relevance | path

Searched refs:OBJ_sn2nid (Results 1 – 8 of 8) sorted by relevance

/dragonfly/crypto/libressl/crypto/objects/
H A Dobj_dat.c491 if (((nid = OBJ_sn2nid(s)) != NID_undef) || in OBJ_txt2obj()
543 OBJ_sn2nid(const char *s) in OBJ_sn2nid() function
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_pmeth.c420 nid = OBJ_sn2nid(value); in pkey_ec_ctrl_str()
/dragonfly/crypto/libressl/apps/openssl/
H A Decparam.c353 nid = OBJ_sn2nid(ecparam_config.curve_name); in ecparam_main()
H A Ds_server.c1394 if ((nid = OBJ_sn2nid(s_server_config.named_curve)) == 0) { in s_server_main()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_conf.c100 ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value); in X509V3_EXT_nconf()
/dragonfly/crypto/libressl/include/openssl/
H A Dobjects.h1011 int OBJ_sn2nid(const char *s);
/dragonfly/crypto/libressl/tls/
H A Dtls_config.c580 nid = OBJ_sn2nid(p); in tls_config_set_ecdhecurves()
/dragonfly/crypto/libressl/ssl/
H A Dt1_lib.c576 nid = OBJ_sn2nid(p); in tls1_set_group_list()