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 570 uint32_t algorithm_auth; member in struct:bssl::cipher_alias_st
918 !(alg_auth & cp->algorithm_auth) ||
    [all...]
handshake_server.cc 399 (c->algorithm_auth & mask_a) &&
786 uint32_t alg_a = hs->new_cipher->algorithm_auth;
    [all...]
handshake_client.cc 252 (cipher->algorithm_auth & mask_a)) {
691 if ((cipher->algorithm_mkey & mask_k) || (cipher->algorithm_auth & mask_a) ||
943 uint32_t alg_a = hs->new_cipher->algorithm_auth
    [all...]
ssl_cert.cc 749 if (!(hs->new_cipher->algorithm_auth & ssl_cipher_auth_mask_for_key(pkey))) {
internal.h 409 uint32_t algorithm_auth; member in struct:ssl_cipher_st
424 // Bits for |algorithm_auth| (server authentication).
487 // ssl_cipher_auth_mask_for_key returns the mask of cipher |algorithm_auth|
    [all...]
t1_lib.cc     [all...]

Completed in 88 milliseconds