Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dhandoff.cc256 SSL_CIPHER_is_block_cipher(s3->aead_write_ctx->cipher()) && in SSL_serialize_handback()
264 SSL_CIPHER_is_block_cipher(s3->aead_read_ctx->cipher()) && in SSL_serialize_handback()
Dtls_record.cc148 SSL_CIPHER_is_block_cipher(ssl->s3->aead_write_ctx->cipher()); in ssl_needs_record_splitting()
Dssl_cipher.cc1459 int SSL_CIPHER_is_block_cipher(const SSL_CIPHER *cipher) { in SSL_CIPHER_is_block_cipher() function
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list59 SSL_CIPHER_is_block_cipher
DBoringSSL-GRPC.podspec1611 '#define SSL_CIPHER_is_block_cipher GRPC_SHADOW_SSL_CIPHER_is_block_cipher',
/external/boringssl/src/include/openssl/
Dssl.h1247 OPENSSL_EXPORT int SSL_CIPHER_is_block_cipher(const SSL_CIPHER *cipher);
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h87 #define SSL_CIPHER_is_block_cipher GRPC_SHADOW_SSL_CIPHER_is_block_cipher macro