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

/external/boringssl/src/ssl/
H A Dssl_aead_ctx.c87 (cipher->algorithm2 &
H A Dssl_cipher.c1475 if ((cipher->algorithm2 & SSL_HANDSHAKE_MAC_DEFAULT) ==
1488 } else if (cipher->algorithm2 & SSL_HANDSHAKE_MAC_SHA256) {
1490 } else if (cipher->algorithm2 & SSL_HANDSHAKE_MAC_SHA384) {
H A Ds3_lib.c771 uint32_t alg2 = s->s3->tmp.new_cipher->algorithm2;
/external/boringssl/include/openssl/
H A Dssl.h200 /* algorithm2 contains extra flags. See ssl/internal.h. */
201 uint32_t algorithm2; member in struct:ssl_cipher_st
/external/boringssl/src/include/openssl/
H A Dssl.h200 /* algorithm2 contains extra flags. See ssl/internal.h. */
201 uint32_t algorithm2; member in struct:ssl_cipher_st

Completed in 114 milliseconds