Searched refs:SSL_aGOST94 (Results 1 – 7 of 7) sorted by relevance
/external/openssl/ssl/ |
D | ssl_ciph.c | 270 {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()
|
D | ssl_locl.h | 312 #define SSL_aGOST94 0x00000100L /* GOST R 34.10-94 signature auth */ macro
|
D | s3_lib.c | 1508 SSL_aGOST94, 1536 SSL_aGOST94,
|
D | ssl_lib.c | 2261 mask_a |= SSL_aGOST94; in ssl_set_cert_masks() 2519 else if (alg_a & SSL_aGOST94) in ssl_get_server_send_pkey()
|
D | s3_srvr.c | 2936 if (alg_a & SSL_aGOST94) in ssl3_get_client_key_exchange()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | NativeCrypto.java | 1044 public static final int SSL_aGOST94 = 0x00000100; field in NativeCrypto
|
/external/openssl/patches/ |
D | 0011-ecdhe_psk.patch | 1272 - if (alg_a & SSL_aGOST94) 1342 + if (alg_a & SSL_aGOST94)
|