Searched refs:EVP_DecryptUpdate (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/lib/libcrypto/cms/ |
| D | cms_pwri.c | 249 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/ |
| D | crypto.c | 187 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/ |
| D | aeadtest.c | 335 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/ |
| D | rc4_test.c | 430 if (!EVP_DecryptUpdate(ctx, out + total_len, &out_len, in rc4_test()
|
| /openbsd/src/lib/libcrypto/evp/ |
| D | evp_cipher.c | 255 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);
|
| D | evp.h | 424 #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/ |
| D | pvkfmt.c | 775 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()
|
| D | pem_lib.c | 473 o = EVP_DecryptUpdate(&ctx, data, &i, data, j); in PEM_do_header()
|
| /openbsd/src/regress/lib/libcrypto/evp/ |
| D | evptest.c | 211 if (!EVP_DecryptUpdate(ctx, out, &outl, ciphertext, cn)) { in test1()
|
| /openbsd/src/regress/lib/libcrypto/rc2/ |
| D | rc2_test.c | 811 if (!EVP_DecryptUpdate(ctx, out + total_len, &out_len, in rc2_evp_test()
|
| /openbsd/src/lib/libssl/ |
| D | t1_lib.c | 1080 if (EVP_DecryptUpdate(cctx, sdec, &slen, CBS_data(&ticket_encdata), in tls_decrypt_ticket()
|
| /openbsd/src/regress/lib/libcrypto/bf/ |
| D | bf_test.c | 1261 if (!EVP_DecryptUpdate(ctx, out + total_len, &out_len, in bf_evp_test()
|
| /openbsd/src/regress/lib/libcrypto/wycheproof/ |
| D | wycheproof.go | 1325 …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/ |
| D | Symbols.list | 1140 EVP_DecryptUpdate
|
| /openbsd/src/usr.bin/openssl/ |
| D | speed.c | 2093 EVP_DecryptUpdate(ctx, buf, &outl, buf, lengths[j]); in speed_main()
|