Searched refs:algorithm_auth (Results 1 - 10 of 10) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_cipher.c516 uint32_t algorithm_auth; member in struct:cipher_alias_st
901 !(alg_auth & cp->algorithm_auth) ||
1140 alg_auth &= kCipherAliases[j].algorithm_auth;
1420 switch (cipher->algorithm_auth) {
1429 switch (cipher->algorithm_auth) {
1442 assert(cipher->algorithm_auth == SSL_aPSK);
1547 alg_auth = cipher->algorithm_auth;
1684 uint32_t alg_a = cipher->algorithm_auth;
1698 if ((cipher->algorithm_auth & SSL_aPSK) &&
H A Dd1_srvr.c249 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
H A Ds3_clnt.c838 (c->algorithm_auth & ct->mask_a)) {
1089 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) {
1125 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
1635 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
2174 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
H A Dt1_lib.c822 alg_a = c->algorithm_auth;
1135 uint32_t alg_a = s->s3->tmp.new_cipher->algorithm_auth;
1966 uint32_t alg_a = s->s3->tmp.new_cipher->algorithm_auth;
H A Ds3_lib.c673 alg_a = c->algorithm_auth;
H A Ds3_srvr.c315 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
1264 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
1622 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
H A Dssl_lib.c1260 c->algorithm_auth & ct->mask_a) {
1903 uint32_t alg_a = cs->algorithm_auth;
1949 uint32_t alg_a = cipher->algorithm_auth;
/external/boringssl/include/openssl/
H A Dssl.h194 uint32_t algorithm_auth; member in struct:ssl_cipher_st
/external/boringssl/src/include/openssl/
H A Dssl.h194 uint32_t algorithm_auth; member in struct:ssl_cipher_st
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp8709 JNI_TRACE("cipher=%p get_SSL_CIPHER_algorithm_auth => %ld", cipher, (long) cipher->algorithm_auth);
8710 return cipher->algorithm_auth;

Completed in 94 milliseconds