Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_block_size (Results 1 – 13 of 13) sorted by relevance

/freebsd-10-stable/crypto/openssl/ssl/
Dd1_enc.c163 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()
Ds3_enc.c509 bs = EVP_CIPHER_block_size(ds->cipher); in ssl3_enc()
Dt1_enc.c795 bs = EVP_CIPHER_block_size(ds->cipher); in tls1_enc()
Dd1_both.c289 blocksize = 2 * EVP_CIPHER_block_size(s->enc_write_ctx->cipher); in dtls1_do_write()
Dd1_pkt.c1654 bs = EVP_CIPHER_block_size(s->enc_write_ctx->cipher); in do_dtls1_write()
/freebsd-10-stable/contrib/apr-util/crypto/
Dapr_crypto_openssl.c536 *blockSize = EVP_CIPHER_block_size(key->cipher);
691 *blockSize = EVP_CIPHER_block_size(key->cipher);
/freebsd-10-stable/crypto/openssl/crypto/evp/
Devp_lib.c201 int EVP_CIPHER_block_size(const EVP_CIPHER *e) in EVP_CIPHER_block_size() function
Devp.h509 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
/freebsd-10-stable/crypto/openssl/doc/crypto/
DEVP_EncryptInit.pod13 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 block
255 EVP_CIPHER_block_size() and EVP_CIPHER_CTX_block_size() return the block
/freebsd-10-stable/crypto/heimdal/doc/doxyout/hcrypto/
Dmanpages46 hcrypto/man/man3/EVP_CIPHER_block_size.3
/freebsd-10-stable/crypto/heimdal/lib/hx509/
Dcrypto.c2595 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()
/freebsd-10-stable/secure/lib/libcrypto/
DMakefile.man534 MLINKS+= EVP_EncryptInit.3 EVP_CIPHER_block_size.3
/freebsd-10-stable/crypto/openssl/util/
Dlibeay.num3419 EVP_CIPHER_block_size 3816 EXIST::FUNCTION: