Searched refs:SSL_AEAD (Results 1 – 4 of 4) sorted by relevance
/openbsd/lib/libssl/ |
H A D | s3_lib.c | 566 .algorithm_mac = SSL_AEAD, 579 .algorithm_mac = SSL_AEAD, 592 .algorithm_mac = SSL_AEAD, 605 .algorithm_mac = SSL_AEAD, 618 .algorithm_mac = SSL_AEAD, 631 .algorithm_mac = SSL_AEAD, 733 .algorithm_mac = SSL_AEAD, 746 .algorithm_mac = SSL_AEAD, 759 .algorithm_mac = SSL_AEAD, 1032 .algorithm_mac = SSL_AEAD, [all …]
|
H A D | ssl_ciph.c | 324 .algorithm_mac = SSL_AEAD, 417 if (cipher->algorithm_mac & SSL_AEAD) in ssl_cipher_get_evp() 489 if ((cipher->algorithm_mac & SSL_AEAD) == 0) in ssl_cipher_get_evp_aead() 1427 case SSL_AEAD: in SSL_CIPHER_description() 1550 case SSL_AEAD: in SSL_CIPHER_get_digest_nid() 1615 return (c->algorithm_mac & SSL_AEAD) == SSL_AEAD; in SSL_CIPHER_is_aead()
|
H A D | t1_enc.c | 363 if ((s->s3->hs.cipher->algorithm_mac & SSL_AEAD) != 0) { in tls1_setup_key_block()
|
H A D | ssl_local.h | 232 #define SSL_AEAD 0x00000040L macro
|