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

  /external/boringssl/src/ssl/
ssl_cipher.c 645 uint32_t algorithm_auth; member in struct:cipher_alias_st
1055 !(alg_auth & cp->algorithm_auth) ||
    [all...]
s3_clnt.c 609 (cipher->algorithm_auth & ssl->cert->mask_a)) {
843 if ((c->algorithm_mkey & ct->mask_k) || (c->algorithm_auth & ct->mask_a) ||
945 if (cipher->algorithm_auth & SSL_aECDSA) {
    [all...]
d1_srvr.c 257 alg_a = ssl->s3->tmp.new_cipher->algorithm_auth;
s3_srvr.c 324 alg_a = ssl->s3->tmp.new_cipher->algorithm_auth;
    [all...]
s3_lib.c 514 alg_a = c->algorithm_auth;
t1_lib.c     [all...]
internal.h 171 /* Bits for |algorithm_auth| (server authentication). */
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 3324 uint32_t algorithm_auth; member in struct:ssl_cipher_st
    [all...]

Completed in 239 milliseconds