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

  /external/openssl/crypto/evp/
evp_enc.c 280 else return EVP_DecryptFinal(ctx,out,outl);
494 int EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
evp.h 596 int EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
    [all...]
  /system/vold/
cryptfs.c 559 if (! EVP_DecryptFinal(&d_ctx, decrypted_master_key + decrypted_len, &final_len)) {
    [all...]
  /external/openssl/include/openssl/
evp.h 596 int EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
    [all...]
  /external/openssl/ssl/
t1_lib.c     [all...]

Completed in 56 milliseconds