Searched refs:SSL_CIPHER_is_aead (Results 1 – 6 of 6) sorted by relevance
16 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 or173 SSL_CIPHER_is_aead() returns 1 if the cipher is AEAD or 0 otherwise.
388 SSL_CIPHER_is_aead 389 1_1_0 EXIST::FUNCTION:
2101 int SSL_CIPHER_is_aead(const SSL_CIPHER *c) in SSL_CIPHER_is_aead() function
1528 __owur int SSL_CIPHER_is_aead(const SSL_CIPHER *c);
59 #define SSL_CIPHER_is_aead BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CIPHER_is_aead) macro
1960 aead = SSL_CIPHER_is_aead(cipher); in cipher_to_dict()