Searched refs:SSL_aGOST01 (Results 1 – 7 of 7) sorted by relevance
/external/openssl/ssl/ |
D | ssl_ciph.c | 271 {0,SSL_TXT_aGOST01,0,0,SSL_aGOST01,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}, 742 *auth |= SSL_aGOST01; in ssl_cipher_get_disabled() 745 if ((*auth & (SSL_aGOST94|SSL_aGOST01)) == (SSL_aGOST94|SSL_aGOST01)) { in ssl_cipher_get_disabled() 1645 case SSL_aGOST01: in SSL_CIPHER_description()
|
D | ssl_locl.h | 313 #define SSL_aGOST01 0x00000200L /* GOST R 34.10-2001 signature auth */ macro
|
D | s3_lib.c | 1522 SSL_aGOST01, 1550 SSL_aGOST01,
|
D | ssl_lib.c | 2256 mask_a |= SSL_aGOST01; in ssl_set_cert_masks() 2521 else if (alg_a & SSL_aGOST01) in ssl_get_server_send_pkey()
|
D | s3_srvr.c | 2938 else if (alg_a & SSL_aGOST01) in ssl3_get_client_key_exchange()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | NativeCrypto.java | 1046 public static final int SSL_aGOST01 = 0x00000200; field in NativeCrypto
|
/external/openssl/patches/ |
D | 0011-ecdhe_psk.patch | 1274 - else if (alg_a & SSL_aGOST01) 1344 + else if (alg_a & SSL_aGOST01)
|