Searched refs:algorithm_enc (Results 1 – 4 of 4) sorted by relevance
646 uint32_t algorithm_enc; member755 switch (cipher->algorithm_enc) { in ssl_cipher_get_evp_aead()1056 !(alg_enc & cp->algorithm_enc) || in ssl_cipher_apply_rule()1293 alg_enc &= kCipherAliases[j].algorithm_enc; in ssl_cipher_process_rulestr()1569 return (cipher->algorithm_enc & SSL_AES) != 0; in SSL_CIPHER_is_AES()1581 return (cipher->algorithm_enc & (SSL_AES128GCM | SSL_AES256GCM)) != 0; in SSL_CIPHER_is_AESGCM()1585 return (cipher->algorithm_enc & SSL_AES128GCM) != 0; in SSL_CIPHER_is_AES128GCM()1589 return (cipher->algorithm_enc & SSL_AES128) != 0; in SSL_CIPHER_is_AES128CBC()1593 return (cipher->algorithm_enc & SSL_AES256) != 0; in SSL_CIPHER_is_AES256CBC()1597 return (cipher->algorithm_enc & in SSL_CIPHER_is_CHACHA20POLY1305()[all …]
158 return cipher->algorithm_enc != SSL_RC4 && cipher->algorithm_enc != SSL_eNULL; in dtls1_supports_cipher()
81 if (cipher->algorithm_enc & SSL_CHACHA20POLY1305) { in SSL_AEAD_CTX_new()92 if (cipher->algorithm_enc & (SSL_AES128GCM | SSL_AES256GCM)) { in SSL_AEAD_CTX_new()
3325 uint32_t algorithm_enc; member