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

  /external/openssl/crypto/cms/
cms_pwri.c 243 EVP_DecryptUpdate(ctx, tmp + inlen - 2 * blocklen, &outl,
249 EVP_DecryptUpdate(ctx, tmp, &outl,
252 EVP_DecryptUpdate(ctx, tmp, &outl, in, inlen - blocklen);
257 EVP_DecryptUpdate(ctx, tmp, &outl, tmp, inlen);
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
cipher_test.c 248 if (an && !EVP_DecryptUpdate(&ctx, NULL, &outl, aad, an)) {
260 if (!EVP_DecryptUpdate(&ctx, out, &outl, ciphertext, cn)) {
cipher.c 369 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, uint8_t *out, int *out_len,
497 return EVP_DecryptUpdate(ctx, out, out_len, in, in_len);
  /external/chromium_org/third_party/boringssl/src/include/openssl/
cipher.h 175 /* EVP_DecryptUpdate decrypts |in_len| bytes from |in| to |out|. The number of
179 OPENSSL_EXPORT int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, uint8_t *out,
200 /* EVP_CipherUpdate calls either |EVP_EncryptUpdate| or |EVP_DecryptUpdate|
  /external/openssl/crypto/evp/
evp_enc.c 267 else return EVP_DecryptUpdate(ctx,out,outl,in,inl);
434 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
evp_test.c 210 if(!EVP_DecryptUpdate(&ctx,out,&outl,ciphertext,cn))
evp.h 518 #define EVP_OpenUpdate(a,b,c,d,e) EVP_DecryptUpdate(a,b,c,d,e)
593 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
    [all...]
  /external/openssl/crypto/asn1/
n_pkey.c 319 if (!EVP_DecryptUpdate(&ctx,os->data,&i,os->data,os->length))
  /external/openssl/crypto/pem/
pvkfmt.c 771 if (!EVP_DecryptUpdate(&cctx, q, &enctmplen, p, inlen))
784 if (!EVP_DecryptUpdate(&cctx, q, &enctmplen, p, inlen))
922 if (!EVP_DecryptUpdate(&cctx, p, &enctmplen, p, pklen - 8))
pem_lib.c 474 o = EVP_DecryptUpdate(&ctx,data,&i,data,j);
  /external/chromium_org/third_party/boringssl/src/crypto/pem/
pem_lib.c 420 o = EVP_DecryptUpdate(&ctx,data,&i,data,j);
  /external/openssl/include/openssl/
evp.h 518 #define EVP_OpenUpdate(a,b,c,d,e) EVP_DecryptUpdate(a,b,c,d,e)
593 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 291 if (EVP_DecryptUpdate(c, plain, &plen, crypt, 16) != 1) {
292 wpa_printf(MSG_ERROR, "OpenSSL: EVP_DecryptUpdate failed: %s",
455 if (!EVP_DecryptUpdate(&ctx->dec, plain, &outl, crypt, len))
  /external/chromium_org/third_party/boringssl/src/ssl/
t1_lib.c     [all...]
  /external/openssl/apps/
speed.c     [all...]
  /external/openssl/ssl/
t1_lib.c     [all...]
s3_srvr.c     [all...]
  /system/vold/
cryptfs.c     [all...]

Completed in 533 milliseconds