Searched refs:EVP_CIPHER_block_size (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_enc.c164 else if ( EVP_CIPHER_block_size(ds->cipher) > 1)
166 if (RAND_bytes(rec->input, EVP_CIPHER_block_size(ds->cipher)) <= 0)
199 bs=EVP_CIPHER_block_size(ds->cipher);
H A Ds3_enc.c520 bs=EVP_CIPHER_block_size(ds->cipher);
H A Dd1_both.c281 blocksize = 2 * EVP_CIPHER_block_size(s->enc_write_ctx->cipher);
H A Dd1_pkt.c1563 bs = EVP_CIPHER_block_size(s->enc_write_ctx->cipher);
H A Dt1_enc.c1007 bs=EVP_CIPHER_block_size(ds->cipher);
/external/openssl/ssl/
H A Dd1_enc.c164 else if ( EVP_CIPHER_block_size(ds->cipher) > 1)
166 if (RAND_bytes(rec->input, EVP_CIPHER_block_size(ds->cipher)) <= 0)
199 bs=EVP_CIPHER_block_size(ds->cipher);
H A Ds3_enc.c514 bs=EVP_CIPHER_block_size(ds->cipher);
H A Dd1_both.c281 blocksize = 2 * EVP_CIPHER_block_size(s->enc_write_ctx->cipher);
H A Dd1_pkt.c1563 bs = EVP_CIPHER_block_size(s->enc_write_ctx->cipher);
H A Dt1_enc.c750 bs=EVP_CIPHER_block_size(ds->cipher);
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A Devp_lib.c181 int EVP_CIPHER_block_size(const EVP_CIPHER *e) function
H A Devp.h491 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
/external/openssl/crypto/evp/
H A Devp_lib.c181 int EVP_CIPHER_block_size(const EVP_CIPHER *e) function
H A Devp.h491 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Devp.h491 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
/external/openssl/include/openssl/
H A Devp.h491 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
/external/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c1237 if (data->l % EVP_CIPHER_block_size(e))

Completed in 172 milliseconds