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

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

Completed in 288 milliseconds