Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_get_block_size (Results 1 – 9 of 9) sorted by relevance

/openssl/crypto/evp/
H A Devp_lib.c367 int EVP_CIPHER_get_block_size(const EVP_CIPHER *cipher) in EVP_CIPHER_get_block_size() function
374 return EVP_CIPHER_get_block_size(ctx->cipher); in EVP_CIPHER_CTX_get_block_size()
/openssl/crypto/crmf/
H A Dcrmf_lib.c685 EVP_CIPHER_get_block_size(cipher))) == NULL in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
/openssl/ssl/record/methods/
H A Dtls1_meth.c230 bs = EVP_CIPHER_get_block_size(EVP_CIPHER_CTX_get0_cipher(ds)); in tls1_cipher()
/openssl/doc/man3/
H A DEVP_EncryptInit.pod45 EVP_CIPHER_get_block_size,
179 int EVP_CIPHER_get_block_size(const EVP_CIPHER *e);
220 #define EVP_CIPHER_block_size EVP_CIPHER_get_block_size
458 EVP_CIPHER_get_block_size(). If it isn't, the result is undefined. If the cipher
546 =item EVP_CIPHER_get_block_size() and EVP_CIPHER_CTX_get_block_size()
698 Use EVP_CIPHER_get_block_size() to retrieve the cached value.
1327 EVP_CIPHER_get_block_size() and EVP_CIPHER_CTX_get_block_size() return the
/openssl/test/
H A Ddestest.c733 || !TEST_int_eq(bs = EVP_CIPHER_get_block_size(cipher), 8) in test_des_key_wrap()
H A Devp_libctx_test.c480 in_len = EVP_CIPHER_get_block_size(cipher); in test_cipher_reinit_partialupdate()
/openssl/include/openssl/
H A Devp.h596 int EVP_CIPHER_get_block_size(const EVP_CIPHER *cipher);
597 # define EVP_CIPHER_block_size EVP_CIPHER_get_block_size
/openssl/ssl/
H A Dssl_ciph.c2203 blk = EVP_CIPHER_get_block_size(e_ciph); in ssl_cipher_get_overhead()
/openssl/util/
H A Dlibcrypto.num425 EVP_CIPHER_get_block_size 433 3_0_0 EXIST::FUNCTION:

Completed in 58 milliseconds