Home
last modified time | relevance | path

Searched refs:disabled_mac (Results 1 – 1 of 1) sorted by relevance

/src/crypto/openssl/ssl/
H A Dssl_ciph.c643 uint32_t disabled_mac, in ssl_cipher_collect_ciphers() argument
665 …hm_auth & disabled_auth) || (c->algorithm_enc & disabled_enc) || (c->algorithm_mac & disabled_mac)) in ssl_cipher_collect_ciphers()
708 uint32_t disabled_mac, in ssl_cipher_collect_aliases() argument
717 uint32_t mask_mac = ~disabled_mac; in ssl_cipher_collect_aliases()
1415 uint32_t disabled_mkey, disabled_auth, disabled_enc, disabled_mac; in STACK_OF() local
1439 disabled_mac = ctx->disabled_mac_mask; in STACK_OF()
1456 disabled_mac, co_list, &head, &tail); in STACK_OF()
1567 disabled_mac, head); in STACK_OF()