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

  /external/boringssl/src/ssl/
ssl_cipher.cc 568 uint32_t algorithm_auth; member in struct:cipher_alias_st
924 !(alg_auth & cp->algorithm_auth) ||
    [all...]
handshake_server.cc 654 (c->algorithm_auth & mask_a) &&
    [all...]
handshake_client.cc 609 (cipher->algorithm_auth & mask_a)) {
    [all...]
ssl_cert.cc 814 if (!(hs->new_cipher->algorithm_auth & ssl_cipher_auth_mask_for_key(pkey))) {
t1_lib.cc     [all...]
  /external/boringssl/src/include/openssl/
ssl.h 3952 uint32_t algorithm_auth; member in struct:ssl_cipher_st
    [all...]

Completed in 71 milliseconds