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

/external/boringssl/src/ssl/
H A Dssl_cipher.c644 uint32_t algorithm_mkey; member in struct:cipher_alias_st
1054 } else if (!(alg_mkey & cp->algorithm_mkey) ||
1291 alg_mkey &= kCipherAliases[j].algorithm_mkey;
1620 return (cipher->algorithm_mkey & SSL_kECDHE) != 0;
1646 switch (cipher->algorithm_mkey) {
1809 alg_mkey = cipher->algorithm_mkey;
1970 if (cipher->algorithm_mkey & SSL_kDHE || cipher->algorithm_mkey & SSL_kECDHE) {
H A Ds3_clnt.c608 if ((cipher->algorithm_mkey & ssl->cert->mask_k) ||
843 if ((c->algorithm_mkey & ct->mask_k) || (c->algorithm_auth & ct->mask_a) ||
1103 alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey;
1588 uint32_t alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey;
H A Ds3_lib.c513 alg_k = c->algorithm_mkey;
H A Ds3_srvr.c1072 if (ssl->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK) {
1125 (ssl->s3->tmp.new_cipher->algorithm_mkey & SSL_kECDHE) == 0) {
1217 uint32_t alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey;
1480 alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey;
H A Dt1_lib.c1820 const uint32_t alg_k = cipher->algorithm_mkey;
1880 const uint32_t alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey;
H A Dssl_lib.c2298 cipher->algorithm_mkey == SSL_kECDHE &&
/external/boringssl/include/openssl/
H A Dssl.h3323 uint32_t algorithm_mkey; member in struct:ssl_cipher_st
/external/boringssl/src/include/openssl/
H A Dssl.h3323 uint32_t algorithm_mkey; member in struct:ssl_cipher_st
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 210 milliseconds