Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dssl_cert_table.h19 {NID_id_GostR3410_2012_256, SSL_aGOST12}, /* SSL_PKEY_GOST12_256 */
Dt1_lib.c763 NID_id_GostR3410_2012_256, SSL_PKEY_GOST12_256,
1615 if (lu->sig == NID_id_GostR3410_2012_256 in tls12_sigalg_allowed()
2257 rsign = NID_id_GostR3410_2012_256; in tls1_check_chain()
/third_party/openssl/crypto/x509/
Dx509type.c55 case NID_id_GostR3410_2012_256: in X509_certificate_type()
/third_party/openssl/test/
Dssl_cert_table_internal_test.c65 if (!test_cert_table(NID_id_GostR3410_2012_256, SSL_aGOST12, in test_ssl_cert_table()
/third_party/openssl/crypto/objects/
Dobj_xref.h73 NID_id_GostR3410_2012_256},
Dobj_dat.h2062 …{"gost2012_256", "GOST R 34.10-2012 with 256 bit modulus", NID_id_GostR3410_2012_256, 8, &so[6397]…
/third_party/openssl/ssl/statem/
Dstatem_lib.c318 || pktype == NID_id_GostR3410_2012_256 in tls_construct_cert_verify()
422 || EVP_PKEY_id(pkey) == NID_id_GostR3410_2012_256)) in tls_process_cert_verify()
465 || pktype == NID_id_GostR3410_2012_256 in tls_process_cert_verify()
/third_party/openssl/apps/
Ds_cb.c241 case NID_id_GostR3410_2012_256: in get_sigtype()
/third_party/openssl/include/openssl/
Dobj_mac.h4175 #define NID_id_GostR3410_2012_256 979 macro
/third_party/node/src/
Dnode_crypto.cc2237 case NID_id_GostR3410_2012_256: in GetSharedSigalgs()