Home
last modified time | relevance | path

Searched refs:NID_id_GostR3410_94 (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/crypto/openssl/engines/ccgost/
Dgost_eng.c41 static int gost_pkey_meth_nids[] = { NID_id_GostR3410_94,
124 (NID_id_GostR3410_94, &ameth_GostR3410_94, "GOST94", in bind_gost()
135 if (!register_pmeth_gost(NID_id_GostR3410_94, &pmeth_GostR3410_94, 0)) in bind_gost()
215 case NID_id_GostR3410_94: in gost_pkey_meths()
239 case NID_id_GostR3410_94: in gost_pkey_asn1_meths()
Dgost_ameth.c56 case NID_id_GostR3410_94: in encode_gost_algor_params()
123 case NID_id_GostR3410_94: in decode_gost_algor_params()
154 case NID_id_GostR3410_94: in gost_set_priv_key()
186 case NID_id_GostR3410_94: in gost_get0_priv_key()
866 if (!EVP_PKEY_assign(pkey, NID_id_GostR3410_94, dsa)) in gost94_param_decode()
903 case NID_id_GostR3410_94: in register_ameth_gost()
Dgost_pmeth.c32 case NID_id_GostR3410_94: in pkey_gost_init()
265 EVP_PKEY_assign(pkey, NID_id_GostR3410_94, dsa); in pkey_gost94_paramgen()
561 case NID_id_GostR3410_94: in register_pmeth_gost()
/freebsd-10-stable/crypto/openssl/crypto/x509/
Dx509type.c96 case NID_id_GostR3410_94: in X509_certificate_type()
/freebsd-10-stable/crypto/openssl/crypto/objects/
Dobj_xref.h38 NID_id_GostR3410_94},
Dobj_dat.h2191 {"gost94","GOST R 34.10-94",NID_id_GostR3410_94,6,&(lvalues[5401]),0},
Dobj_mac.h3703 #define NID_id_GostR3410_94 812 macro
/freebsd-10-stable/crypto/openssl/ssl/
Ds3_both.c582 else if (i == NID_id_GostR3410_94 || i == NID_id_GostR3410_94_cc) { in ssl_cert_type()
Ds3_srvr.c3012 if (n == 64 && (pkey->type == NID_id_GostR3410_94 || in ssl3_get_cert_verify()
3127 if (pkey->type == NID_id_GostR3410_94 in ssl3_get_cert_verify()
Ds3_clnt.c3189 if (pkey->type == NID_id_GostR3410_94 in ssl3_send_client_verify()