Searched refs:SSL_kGOST (Results 1 - 7 of 7) sorted by relevance

/external/openssl/ssl/
H A Dssl_ciph.c257 {0,SSL_TXT_kGOST,0, SSL_kGOST,0,0,0,0,0,0,0,0},
746 *mkey |= SSL_kGOST;
1606 case SSL_kGOST:
H A Ds3_lib.c1507 SSL_kGOST,
1521 SSL_kGOST,
1535 SSL_kGOST,
1549 SSL_kGOST,
4183 if (alg_k & SSL_kGOST)
H A Dssl_locl.h300 #define SSL_kGOST 0x00000200L /* GOST key exchange */ macro
H A Dssl_lib.c2255 mask_k |= SSL_kGOST;
2260 mask_k |= SSL_kGOST;
H A Ds3_clnt.c3058 else if (alg_k & SSL_kGOST)
H A Ds3_srvr.c2923 else if (alg_k & SSL_kGOST)
/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java1019 public static final int SSL_kGOST = 0x00000200; field in class:NativeCrypto

Completed in 280 milliseconds