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

  /external/openssl/crypto/evp/
evp_enc.c 295 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
evp.h 590 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
    [all...]
  /system/vold/
cryptfs.c 538 if (! EVP_DecryptInit(&d_ctx, EVP_aes_128_cbc(), ikey, ikey+KEY_LEN_BYTES)) {
    [all...]
  /external/openssl/include/openssl/
evp.h 590 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
    [all...]

Completed in 48 milliseconds