Searched refs:SSL_CIPHER_is_block_cipher (Results 1 – 21 of 21) sorted by relevance
187 if (SSL_CIPHER_is_block_cipher(cipher())) { in MaxSealInputLen()
148 SSL_CIPHER_is_block_cipher(ssl->s3->aead_write_ctx->cipher()); in ssl_needs_record_splitting()
330 SSL_CIPHER_is_block_cipher(s3->aead_write_ctx->cipher()) && in SSL_serialize_handback()338 SSL_CIPHER_is_block_cipher(s3->aead_read_ctx->cipher()) && // in SSL_serialize_handback()
1451 int SSL_CIPHER_is_block_cipher(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_block_cipher() function
49 SSL_CIPHER_is_block_cipher(ssl->s3->aead_write_ctx->cipher()); in ssl_needs_record_splitting()
1320 int SSL_CIPHER_is_block_cipher(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_block_cipher() function
320 SSL_CIPHER_is_block_cipher(s3->aead_write_ctx->cipher()) && in SSL_serialize_handback()328 SSL_CIPHER_is_block_cipher(s3->aead_read_ctx->cipher()) && in SSL_serialize_handback()
1461 int SSL_CIPHER_is_block_cipher(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_block_cipher() function
1320 OPENSSL_EXPORT int SSL_CIPHER_is_block_cipher(const SSL_CIPHER *cipher);
1567 OPENSSL_EXPORT int SSL_CIPHER_is_block_cipher(const SSL_CIPHER *cipher);
1437 OPENSSL_EXPORT int SSL_CIPHER_is_block_cipher(const SSL_CIPHER *cipher);
61 #define SSL_CIPHER_is_block_cipher BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CIPHER_is_block_ciphe… macro