HomeSort by relevance Sort by last modified time
    Searched refs:EVP_CIPHER_block_size (Results 1 - 9 of 9) sorted by null

  /external/openssl/ssl/
d1_enc.c 156 else if ( EVP_CIPHER_block_size(ds->cipher) > 1)
158 if (RAND_bytes(rec->input, EVP_CIPHER_block_size(ds->cipher)) <= 0)
192 bs=EVP_CIPHER_block_size(ds->cipher);
s3_enc.c 505 bs=EVP_CIPHER_block_size(ds->cipher);
t1_enc.c 692 bs=EVP_CIPHER_block_size(ds->cipher);
d1_both.c 283 blocksize = 2 * EVP_CIPHER_block_size(s->enc_write_ctx->cipher);
    [all...]
d1_pkt.c     [all...]
  /external/openssl/crypto/evp/
evp_lib.c 177 int EVP_CIPHER_block_size(const EVP_CIPHER *e)
evp.h 448 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
    [all...]
  /external/openssl/include/openssl/
evp.h 448 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
    [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 1228 if (data->l % EVP_CIPHER_block_size(e))
    [all...]

Completed in 156 milliseconds