Home
last modified time | relevance | path

Searched refs:SSL_aGOST94 (Results 1 – 10 of 10) 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},
738 *auth |= SSL_aGOST94; in ssl_cipher_get_disabled()
744 if ((*auth & (SSL_aGOST94|SSL_aGOST01)) == (SSL_aGOST94|SSL_aGOST01)) { in ssl_cipher_get_disabled()
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.c2206 mask_a |= SSL_aGOST94; in ssl_set_cert_masks()
2464 else if (alg_a & SSL_aGOST94) in ssl_get_server_send_pkey()
Ds3_srvr.c2853 if (alg_a & SSL_aGOST94) in ssl3_get_client_key_exchange()
/external/chromium_org/third_party/openssl/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},
779 *auth |= SSL_aGOST94; in ssl_cipher_get_disabled()
785 if ((*auth & (SSL_aGOST94|SSL_aGOST01)) == (SSL_aGOST94|SSL_aGOST01)) { in ssl_cipher_get_disabled()
Dssl_locl.h312 #define SSL_aGOST94 0x00000100L /* GOST R 34.10-94 signature auth */ macro
Ds3_lib.c1513 SSL_aGOST94,
1541 SSL_aGOST94,
Dssl_lib.c2119 mask_a |= SSL_aGOST94; in ssl_set_cert_masks()
2377 else if (alg_a & SSL_aGOST94) in ssl_get_server_send_pkey()
Ds3_srvr.c2854 if (alg_a & SSL_aGOST94) in ssl3_get_client_key_exchange()