Home
last modified time | relevance | path

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

/openssl/ssl/
H A Ds3_lib.c46 SSL_AEAD,
61 SSL_AEAD,
77 SSL_AEAD,
507 SSL_AEAD,
523 SSL_AEAD,
539 SSL_AEAD,
555 SSL_AEAD,
571 SSL_AEAD,
587 SSL_AEAD,
603 SSL_AEAD,
[all …]
H A Dssl_ciph.c555 if (c->algorithm_mac == SSL_AEAD) in ssl_cipher_get_evp()
1588 ssl_cipher_apply_rule(0, 0, 0, 0, SSL_AEAD, 0, 0, CIPHER_BUMP, -1, in STACK_OF()
1592 ssl_cipher_apply_rule(0, SSL_kDHE | SSL_kECDHE, 0, 0, SSL_AEAD, 0, 0, in STACK_OF()
1889 case SSL_AEAD: in SSL_CIPHER_description()
2172 return (c->algorithm_mac & SSL_AEAD) ? 1 : 0; in SSL_CIPHER_is_aead()
2191 } else if (c->algorithm_mac & SSL_AEAD) { in ssl_cipher_get_overhead()
H A Dssl_local.h265 # define SSL_AEAD 0x00000040U macro
/openssl/test/
H A Dcipher_overhead_test.c20 if ((ciph->algorithm_mac & SSL_AEAD) != 0) in cipher_enabled()
/openssl/ssl/quic/
H A Dquic_impl.c226 SSL_AEAD, in ossl_quic_get_cipher()
/openssl/ssl/statem/
H A Dextensions_srvr.c1543 if (s->s3.tmp.new_cipher->algorithm_mac == SSL_AEAD in tls_construct_stoc_etm()
H A Dextensions_clnt.c1720 && s->s3.tmp.new_cipher->algorithm_mac != SSL_AEAD in tls_parse_stoc_etm()

Completed in 139 milliseconds