Searched refs:EVP_CIPHER_block_size (Results 1 – 13 of 13) sorted by relevance
163 else if (EVP_CIPHER_block_size(ds->cipher) > 1) { in dtls1_enc()164 if (RAND_bytes(rec->input, EVP_CIPHER_block_size(ds->cipher)) in dtls1_enc()191 bs = EVP_CIPHER_block_size(ds->cipher); in dtls1_enc()
509 bs = EVP_CIPHER_block_size(ds->cipher); in ssl3_enc()
795 bs = EVP_CIPHER_block_size(ds->cipher); in tls1_enc()
289 blocksize = 2 * EVP_CIPHER_block_size(s->enc_write_ctx->cipher); in dtls1_do_write()
1654 bs = EVP_CIPHER_block_size(s->enc_write_ctx->cipher); in do_dtls1_write()
536 *blockSize = EVP_CIPHER_block_size(key->cipher);691 *blockSize = EVP_CIPHER_block_size(key->cipher);
201 int EVP_CIPHER_block_size(const EVP_CIPHER *e) in EVP_CIPHER_block_size() function
509 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
13 EVP_CIPHER_block_size, EVP_CIPHER_key_length, EVP_CIPHER_iv_length,73 #define EVP_CIPHER_block_size(e) ((e)->block_size)195 EVP_CIPHER_block_size() and EVP_CIPHER_CTX_block_size() return the block255 EVP_CIPHER_block_size() and EVP_CIPHER_CTX_block_size() return the block
46 hcrypto/man/man3/EVP_CIPHER_block_size.3
2595 bsize = EVP_CIPHER_block_size(crypto->c); in hx509_crypto_encrypt()2695 if ((crypto->flags & PADDING_PKCS7) && EVP_CIPHER_block_size(crypto->c) > 1) { in hx509_crypto_decrypt()2698 int j, bsize = EVP_CIPHER_block_size(crypto->c); in hx509_crypto_decrypt()
534 MLINKS+= EVP_EncryptInit.3 EVP_CIPHER_block_size.3
3419 EVP_CIPHER_block_size 3816 EXIST::FUNCTION: