Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/cms/
Dcms_pwri.c249 if (!EVP_DecryptUpdate(ctx, tmp + inlen - 2 * blocklen, &outl, in kek_unwrap_key()
256 || !EVP_DecryptUpdate(ctx, tmp, &outl, tmp + inlen - blocklen, blocklen) in kek_unwrap_key()
258 || !EVP_DecryptUpdate(ctx, tmp, &outl, in, inlen - blocklen) in kek_unwrap_key()
263 || !EVP_DecryptUpdate(ctx, tmp, &outl, tmp, inlen)) in kek_unwrap_key()
/openbsd/src/usr.sbin/smtpd/
Dcrypto.c187 if (!EVP_DecryptUpdate(ctx, obuf, &len, ibuf, r)) in crypto_decrypt_file()
307 if (!EVP_DecryptUpdate(ctx, out, &olen, in, inlen)) in crypto_decrypt_buffer()
/openbsd/src/regress/lib/libcrypto/aead/
Daeadtest.c335 if (!EVP_DecryptUpdate(ctx, NULL, &len, bufs[AD], lengths[AD])) { in run_cipher_aead_decrypt_test()
349 if (!EVP_DecryptUpdate(ctx, out, &len, in, lengths[CT])) { in run_cipher_aead_decrypt_test()
/openbsd/src/regress/lib/libcrypto/rc4/
Drc4_test.c430 if (!EVP_DecryptUpdate(ctx, out + total_len, &out_len, in rc4_test()
/openbsd/src/lib/libcrypto/evp/
Devp_cipher.c255 return EVP_DecryptUpdate(ctx, out, out_len, in, in_len); in EVP_CipherUpdate()
485 EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *out_len, in EVP_DecryptUpdate() function
552 LCRYPTO_ALIAS(EVP_DecryptUpdate);
Devp.h424 #define EVP_OpenUpdate(a,b,c,d,e) EVP_DecryptUpdate(a,b,c,d,e)
489 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
/openbsd/src/lib/libcrypto/pem/
Dpvkfmt.c775 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body()
787 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body()
Dpem_lib.c473 o = EVP_DecryptUpdate(&ctx, data, &i, data, j); in PEM_do_header()
/openbsd/src/regress/lib/libcrypto/evp/
Devptest.c211 if (!EVP_DecryptUpdate(ctx, out, &outl, ciphertext, cn)) { in test1()
/openbsd/src/regress/lib/libcrypto/rc2/
Drc2_test.c811 if (!EVP_DecryptUpdate(ctx, out + total_len, &out_len, in rc2_evp_test()
/openbsd/src/lib/libssl/
Dt1_lib.c1080 if (EVP_DecryptUpdate(cctx, sdec, &slen, CBS_data(&ticket_encdata), in tls_decrypt_ticket()
/openbsd/src/regress/lib/libcrypto/bf/
Dbf_test.c1261 if (!EVP_DecryptUpdate(ctx, out + total_len, &out_len, in bf_evp_test()
/openbsd/src/regress/lib/libcrypto/wycheproof/
Dwycheproof.go1325 …if C.EVP_DecryptUpdate(ctx, nil, (*C.int)(unsafe.Pointer(&len)), (*C.uchar)(unsafe.Pointer(&aad[0]…
1329 …if C.EVP_DecryptUpdate(ctx, (*C.uchar)(unsafe.Pointer(&opened[0])), (*C.int)(unsafe.Pointer(&len))…
/openbsd/src/lib/libcrypto/
DSymbols.list1140 EVP_DecryptUpdate
/openbsd/src/usr.bin/openssl/
Dspeed.c2093 EVP_DecryptUpdate(ctx, buf, &outl, buf, lengths[j]); in speed_main()