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

  /external/boringssl/src/ssl/
ssl_cert.cc 814 if (!(hs->new_cipher->algorithm_auth & ssl_cipher_auth_mask_for_key(pkey))) {
ssl_cipher.cc 1701 uint32_t ssl_cipher_auth_mask_for_key(const EVP_PKEY *key) { function
    [all...]
handshake_server.cc 589 mask_a |= ssl_cipher_auth_mask_for_key(hs->local_pubkey);
    [all...]
internal.h 291 /* ssl_cipher_auth_mask_for_key returns the mask of cipher |algorithm_auth|
293 uint32_t ssl_cipher_auth_mask_for_key(const EVP_PKEY *key);
    [all...]

Completed in 624 milliseconds