Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_CIPHER_get_name.pod16 SSL_CIPHER_is_aead,
37 int SSL_CIPHER_is_aead(const SSL_CIPHER *c);
94 SSL_CIPHER_is_aead() returns 1 if the cipher B<c> is AEAD (e.g. GCM or
173 SSL_CIPHER_is_aead() returns 1 if the cipher is AEAD or 0 otherwise.
/freebsd-14-stable/secure/lib/libssl/
HDVersion.map37 SSL_CIPHER_is_aead;
/freebsd-14-stable/crypto/openssl/util/
HDlibssl.num388 SSL_CIPHER_is_aead 389 3_0_0 EXIST::FUNCTION:
/freebsd-14-stable/crypto/openssl/ssl/
HDssl_ciph.c2156 int SSL_CIPHER_is_aead(const SSL_CIPHER *c) in SSL_CIPHER_is_aead() function
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h1630 __owur int SSL_CIPHER_is_aead(const SSL_CIPHER *c);
HDssl.h.in1558 __owur int SSL_CIPHER_is_aead(const SSL_CIPHER *c);
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile3765 MLINKS+= SSL_CIPHER_get_name.3 SSL_CIPHER_is_aead.3