Home
last modified time | relevance | path

Searched refs:NID_id_GostR3410_2012_512 (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/ssl/
Dssl_cert_table.h20 {NID_id_GostR3410_2012_512, SSL_aGOST12}, /* SSL_PKEY_GOST12_512 */
Dt1_lib.c1105 NID_id_GostR3410_2012_512, SSL_PKEY_GOST12_512,
1113 NID_id_GostR3410_2012_512, SSL_PKEY_GOST12_512,
2073 || lu->sig == NID_id_GostR3410_2012_512 in tls12_sigalg_allowed()
2721 rsign = NID_id_GostR3410_2012_512; in tls1_check_chain()
/third_party/openssl/crypto/x509/
Dx509type.c56 case NID_id_GostR3410_2012_512: in X509_certificate_type()
/third_party/openssl/test/
Dssl_cert_table_internal_test.c54 && test_cert_table(NID_id_GostR3410_2012_512, SSL_aGOST12, in test_ssl_cert_table()
/third_party/openssl/crypto/objects/
Dobj_xref.h75 NID_id_GostR3410_2012_512},
Dobj_dat.h2102 …{"gost2012_512", "GOST R 34.10-2012 with 512 bit modulus", NID_id_GostR3410_2012_512, 8, &so[6405]…
/third_party/openssl/ssl/statem/
Dstatem_lib.c372 || pktype == NID_id_GostR3410_2012_512) in tls_construct_cert_verify()
469 && EVP_PKEY_get_id(pkey) == NID_id_GostR3410_2012_512))) { in tls_process_cert_verify()
503 || pktype == NID_id_GostR3410_2012_512) { in tls_process_cert_verify()
/third_party/openssl/apps/lib/
Ds_cb.c254 case NID_id_GostR3410_2012_512: in get_sigtype()
/third_party/openssl/ohos_lite/include/openssl/
Dobj_mac.h4180 #define NID_id_GostR3410_2012_512 980 macro
/third_party/openssl/include/openssl/
Dobj_mac.h4325 #define NID_id_GostR3410_2012_512 980 macro
/third_party/node/src/
Dnode_crypto.cc2241 case NID_id_GostR3410_2012_512: in GetSharedSigalgs()