Home
last modified time | relevance | path

Searched refs:EVP_DecryptUpdate (Results 1 – 17 of 17) sorted by relevance

/external/openssl/crypto/cms/
Dcms_pwri.c243 EVP_DecryptUpdate(ctx, tmp + inlen - 2 * blocklen, &outl, in kek_unwrap_key()
249 EVP_DecryptUpdate(ctx, tmp, &outl, in kek_unwrap_key()
252 EVP_DecryptUpdate(ctx, tmp, &outl, in, inlen - blocklen); in kek_unwrap_key()
257 EVP_DecryptUpdate(ctx, tmp, &outl, tmp, inlen); in kek_unwrap_key()
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
Dcipher_test.c248 if (an && !EVP_DecryptUpdate(&ctx, NULL, &outl, aad, an)) { in test1()
260 if (!EVP_DecryptUpdate(&ctx, out, &outl, ciphertext, cn)) { in test1()
Dcipher.c369 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, uint8_t *out, int *out_len, in EVP_DecryptUpdate() function
497 return EVP_DecryptUpdate(ctx, out, out_len, in, in_len); in EVP_CipherUpdate()
/external/openssl/crypto/pem/
Dpvkfmt.c771 if (!EVP_DecryptUpdate(&cctx, q, &enctmplen, p, inlen)) in do_PVK_body()
784 if (!EVP_DecryptUpdate(&cctx, q, &enctmplen, p, inlen)) in do_PVK_body()
922 if (!EVP_DecryptUpdate(&cctx, p, &enctmplen, p, pklen - 8)) in i2b_PVK()
Dpem_lib.c474 o = EVP_DecryptUpdate(&ctx,data,&i,data,j); in PEM_do_header()
/external/openssl/crypto/evp/
Devp_enc.c267 else return EVP_DecryptUpdate(ctx,out,outl,in,inl); in EVP_CipherUpdate()
434 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_DecryptUpdate() function
Devp_test.c210 if(!EVP_DecryptUpdate(&ctx,out,&outl,ciphertext,cn)) in test1()
Devp.h518 #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,
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dcipher.h179 OPENSSL_EXPORT int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, uint8_t *out,
/external/openssl/crypto/asn1/
Dn_pkey.c319 if (!EVP_DecryptUpdate(&ctx,os->data,&i,os->data,os->length)) in d2i_RSA_NET_2()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c291 if (EVP_DecryptUpdate(c, plain, &plen, crypt, 16) != 1) { in aes_decrypt()
455 if (!EVP_DecryptUpdate(&ctx->dec, plain, &outl, crypt, len)) in crypto_cipher_decrypt()
/external/openssl/include/openssl/
Devp.h518 #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,
/external/chromium_org/third_party/boringssl/src/crypto/pem/
Dpem_lib.c420 o = EVP_DecryptUpdate(&ctx,data,&i,data,j); in PEM_do_header()
/external/openssl/ssl/
Dt1_lib.c2578 EVP_DecryptUpdate(&ctx, sdec, &slen, p, eticklen); in tls_decrypt_ticket()
Ds3_srvr.c2629 if (!EVP_DecryptUpdate(&ciph_ctx, pms,&outl, in ssl3_get_client_key_exchange()
/external/chromium_org/third_party/boringssl/src/ssl/
Dt1_lib.c2408 EVP_DecryptUpdate(&ctx, sdec, &slen, p, eticklen); in tls_decrypt_ticket()
/external/openssl/apps/
Dspeed.c1978 EVP_DecryptUpdate(&ctx,buf,&outl,buf,lengths[j]); in MAIN()