Searched refs:algorithm_enc (Results 1 - 5 of 5) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_cipher.c646 uint32_t algorithm_enc; member in struct:cipher_alias_st
755 switch (cipher->algorithm_enc) {
1056 !(alg_enc & cp->algorithm_enc) ||
1293 alg_enc &= kCipherAliases[j].algorithm_enc;
1569 return (cipher->algorithm_enc & SSL_AES) != 0;
1581 return (cipher->algorithm_enc & (SSL_AES128GCM | SSL_AES256GCM)) != 0;
1585 return (cipher->algorithm_enc & SSL_AES128GCM) != 0;
1589 return (cipher->algorithm_enc & SSL_AES128) != 0;
1593 return (cipher->algorithm_enc & SSL_AES256) != 0;
1597 return (cipher->algorithm_enc
[all...]
H A Dd1_lib.c158 return cipher->algorithm_enc != SSL_RC4 && cipher->algorithm_enc != SSL_eNULL;
H A Dssl_aead_ctx.c81 if (cipher->algorithm_enc & SSL_CHACHA20POLY1305) {
92 if (cipher->algorithm_enc & (SSL_AES128GCM | SSL_AES256GCM)) {
/external/boringssl/include/openssl/
H A Dssl.h3325 uint32_t algorithm_enc; member in struct:ssl_cipher_st
/external/boringssl/src/include/openssl/
H A Dssl.h3325 uint32_t algorithm_enc; member in struct:ssl_cipher_st

Completed in 144 milliseconds