Searched refs:algorithm_ssl (Results 1 - 6 of 6) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_cipher.c519 uint32_t algorithm_ssl; member in struct:cipher_alias_st
904 !(alg_ssl & cp->algorithm_ssl) ||
1143 alg_ssl &= kCipherAliases[j].algorithm_ssl;
1550 alg_ssl = cipher->algorithm_ssl;
H A Ds3_lib.c668 if ((c->algorithm_ssl & SSL_TLSV1_2) && !SSL_USE_TLS1_2_CIPHERS(s)) {
H A Ds3_clnt.c836 if ((c->algorithm_ssl & mask_ssl) ||
H A Dssl_lib.c1258 if (c->algorithm_ssl & ct->mask_ssl ||
/external/boringssl/include/openssl/
H A Dssl.h197 uint32_t algorithm_ssl; member in struct:ssl_cipher_st
/external/boringssl/src/include/openssl/
H A Dssl.h197 uint32_t algorithm_ssl; member in struct:ssl_cipher_st

Completed in 85 milliseconds