OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVP_CIPHER_CTX_block_size
(Results
1 - 9
of
9
) sorted by null
/external/boringssl/src/crypto/cipher/
e_ssl3.c
185
unsigned block_size =
EVP_CIPHER_CTX_block_size
(&ssl3_ctx->cipher_ctx);
277
if (padding_length + 1 >
EVP_CIPHER_CTX_block_size
(&ssl3_ctx->cipher_ctx)) {