HomeSort by relevance Sort by last modified time
    Searched refs:algorithm_mac (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/ssl/
ssl_cipher.cc 572 uint32_t algorithm_mac; member in struct:bssl::cipher_alias_st
658 if (cipher->algorithm_mac == SSL_AEAD) {
679 } else if (cipher->algorithm_mac == SSL_SHA1) {
721 } else if (cipher->algorithm_mac == SSL_SHA256) {
731 } else if (cipher->algorithm_mac == SSL_SHA384) {
920 !(alg_mac & cp->algorithm_mac) ||
    [all...]
handshake_client.cc     [all...]
internal.h 411 uint32_t algorithm_mac; member in struct:ssl_cipher_st
444 // Bits for |algorithm_mac| (symmetric authentication).
    [all...]

Completed in 71 milliseconds