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

  /external/openssl/crypto/evp/
evp_enc.c 283 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
evp.h 581 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
    [all...]
  /system/vold/
cryptfs.c 513 if (! EVP_EncryptInit(&e_ctx, EVP_aes_128_cbc(), ikey, ikey+KEY_LEN_BYTES)) {
514 SLOGE("EVP_EncryptInit failed\n");
    [all...]
  /external/openssl/include/openssl/
evp.h 581 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
    [all...]

Completed in 54 milliseconds