Searched refs:NID_id_GostR3410_2012_256 (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/ssl/ |
D | ssl_cert_table.h | 19 {NID_id_GostR3410_2012_256, SSL_aGOST12}, /* SSL_PKEY_GOST12_256 */
|
D | t1_lib.c | 763 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/ |
D | x509type.c | 55 case NID_id_GostR3410_2012_256: in X509_certificate_type()
|
/third_party/openssl/test/ |
D | ssl_cert_table_internal_test.c | 65 if (!test_cert_table(NID_id_GostR3410_2012_256, SSL_aGOST12, in test_ssl_cert_table()
|
/third_party/openssl/crypto/objects/ |
D | obj_xref.h | 73 NID_id_GostR3410_2012_256},
|
D | obj_dat.h | 2062 …{"gost2012_256", "GOST R 34.10-2012 with 256 bit modulus", NID_id_GostR3410_2012_256, 8, &so[6397]…
|
/third_party/openssl/ssl/statem/ |
D | statem_lib.c | 318 || 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/ |
D | s_cb.c | 241 case NID_id_GostR3410_2012_256: in get_sigtype()
|
/third_party/openssl/include/openssl/ |
D | obj_mac.h | 4175 #define NID_id_GostR3410_2012_256 979 macro
|
/third_party/node/src/ |
D | node_crypto.cc | 2237 case NID_id_GostR3410_2012_256: in GetSharedSigalgs()
|