Searched defs:alg_enc (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_cipher.c1001 uint32_t alg_enc, uint32_t alg_mac, uint16_t min_version, int rule,
1009 (alg_mkey == 0 || alg_auth == 0 || alg_enc == 0 || alg_mac == 0)) {
1056 !(alg_enc & cp->algorithm_enc) ||
1166 uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; local
1248 alg_enc = ~0u;
1293 alg_enc &= kCipherAliases[j].algorithm_enc;
1330 alg_enc = SSL_CHACHA20POLY1305|SSL_CHACHA20POLY1305_OLD;
1337 alg_enc = SSL_CHACHA20POLY1305|SSL_CHACHA20POLY1305_OLD;
1361 ssl_cipher_apply_rule(cipher_id, alg_mkey, alg_auth, alg_enc, alg_mac,
1806 uint32_t alg_mkey, alg_auth, alg_enc, alg_ma local
999 ssl_cipher_apply_rule( uint32_t cipher_id, uint32_t alg_mkey, uint32_t alg_auth, uint32_t alg_enc, uint32_t alg_mac, uint16_t min_version, int rule, int strength_bits, int in_group, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
[all...]

Completed in 109 milliseconds