Home
last modified time | relevance | path

Searched refs:SSL_aGOST01 (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/ssl/
Dssl_ciph.c271 {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},
782 *auth |= SSL_aGOST01; in ssl_cipher_get_disabled()
785 if ((*auth & (SSL_aGOST94|SSL_aGOST01)) == (SSL_aGOST94|SSL_aGOST01)) { in ssl_cipher_get_disabled()
Dssl_locl.h313 #define SSL_aGOST01 0x00000200L /* GOST R 34.10-2001 signature auth */ macro
Ds3_lib.c1527 SSL_aGOST01,
1555 SSL_aGOST01,
Dssl_lib.c2144 mask_a |= SSL_aGOST01; in ssl_set_cert_masks()
2409 else if (alg_a & SSL_aGOST01) in ssl_get_server_send_pkey()
Ds3_srvr.c2856 else if (alg_a & SSL_aGOST01) in ssl3_get_client_key_exchange()
/external/openssl/ssl/
Dssl_ciph.c271 {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},
741 *auth |= SSL_aGOST01; in ssl_cipher_get_disabled()
744 if ((*auth & (SSL_aGOST94|SSL_aGOST01)) == (SSL_aGOST94|SSL_aGOST01)) { in ssl_cipher_get_disabled()
Dssl_locl.h313 #define SSL_aGOST01 0x00000200L /* GOST R 34.10-2001 signature auth */ macro
Ds3_lib.c1522 SSL_aGOST01,
1550 SSL_aGOST01,
Dssl_lib.c2249 mask_a |= SSL_aGOST01; in ssl_set_cert_masks()
2514 else if (alg_a & SSL_aGOST01) in ssl_get_server_send_pkey()
Ds3_srvr.c2925 else if (alg_a & SSL_aGOST01) in ssl3_get_client_key_exchange()
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java1046 public static final int SSL_aGOST01 = 0x00000200; field in NativeCrypto
/external/openssl/patches/
D0011-ecdhe_psk.patch1244 - else if (alg_a & SSL_aGOST01)
1314 + else if (alg_a & SSL_aGOST01)