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 164 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);
s3_enc.c 514 bs=EVP_CIPHER_block_size(ds->cipher);
d1_both.c 281 blocksize = 2 * EVP_CIPHER_block_size(s->enc_write_ctx->cipher);
    [all...]
d1_pkt.c     [all...]
t1_enc.c 750 bs=EVP_CIPHER_block_size(ds->cipher);
    [all...]
  /external/openssl/crypto/evp/
evp_lib.c 181 int EVP_CIPHER_block_size(const EVP_CIPHER *e)
evp.h 491 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
    [all...]
  /external/openssl/include/openssl/
evp.h 491 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
    [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 1237 if (data->l % EVP_CIPHER_block_size(e))
    [all...]

Completed in 58 milliseconds