Home
last modified time | relevance | path

Searched refs:SSL_aGOST94 (Results 1 – 7 of 7) sorted by relevance

/external/openssl/ssl/
Dssl_ciph.c270 {0,SSL_TXT_aGOST94,0,0,SSL_aGOST94,0,0,0,0,0,0,0},
272 {0,SSL_TXT_aGOST,0,0,SSL_aGOST94|SSL_aGOST01,0,0,0,0,0,0,0},
739 *auth |= SSL_aGOST94; in ssl_cipher_get_disabled()
745 if ((*auth & (SSL_aGOST94|SSL_aGOST01)) == (SSL_aGOST94|SSL_aGOST01)) { in ssl_cipher_get_disabled()
1642 case SSL_aGOST94: in SSL_CIPHER_description()
Dssl_locl.h312 #define SSL_aGOST94 0x00000100L /* GOST R 34.10-94 signature auth */ macro
Ds3_lib.c1508 SSL_aGOST94,
1536 SSL_aGOST94,
Dssl_lib.c2261 mask_a |= SSL_aGOST94; in ssl_set_cert_masks()
2519 else if (alg_a & SSL_aGOST94) in ssl_get_server_send_pkey()
Ds3_srvr.c2936 if (alg_a & SSL_aGOST94) in ssl3_get_client_key_exchange()
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java1044 public static final int SSL_aGOST94 = 0x00000100; field in NativeCrypto
/external/openssl/patches/
D0011-ecdhe_psk.patch1272 - if (alg_a & SSL_aGOST94)
1342 + if (alg_a & SSL_aGOST94)