Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_pwri.c244 if (!EVP_DecryptUpdate(ctx, tmp + inlen - 2 * blocklen, &outl, in kek_unwrap_key()
251 || !EVP_DecryptUpdate(ctx, tmp, &outl, tmp + inlen - blocklen, blocklen) in kek_unwrap_key()
253 || !EVP_DecryptUpdate(ctx, tmp, &outl, in, inlen - blocklen) in kek_unwrap_key()
258 || !EVP_DecryptUpdate(ctx, tmp, &outl, tmp, inlen)) in kek_unwrap_key()
/dragonfly/crypto/libressl/crypto/evp/
H A Devp_enc.c241 return EVP_DecryptUpdate(ctx, out, outl, in, inl); in EVP_CipherUpdate()
436 EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_DecryptUpdate() function
/dragonfly/crypto/libressl/crypto/pem/
H A Dpvkfmt.c769 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body()
781 if (!EVP_DecryptUpdate(cctx, q, &enctmplen, p, inlen)) in do_PVK_body()
H A Dpem_lib.c473 o = EVP_DecryptUpdate(&ctx, data, &i, data, j); in PEM_do_header()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c402 if (EVP_DecryptUpdate(c, plain, &plen, crypt, 16) != 1) { in aes_decrypt()
509 EVP_DecryptUpdate(ctx, data, &plen, data, data_len) == 1 && in aes_128_cbc_decrypt()
733 if (!EVP_DecryptUpdate(ctx->dec, plain, &outl, crypt, len)) in crypto_cipher_decrypt()
/dragonfly/lib/libdmsg/
H A Dcrypto.c267 ok = EVP_DecryptUpdate(ioq->ctx, (unsigned char*)pt, &u_len, in dmsg_crypto_gcm_decrypt_chunk()
/dragonfly/contrib/tcpdump/
H A Dprint-esp.c258 if (!EVP_DecryptUpdate(ctx, pt, &len, ct, ctlen)) { in do_decrypt()
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h411 #define EVP_OpenUpdate(a,b,c,d,e) EVP_DecryptUpdate(a,b,c,d,e)
487 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
/dragonfly/crypto/libressl/ssl/
H A Dt1_lib.c1093 if (EVP_DecryptUpdate(cctx, sdec, &slen, CBS_data(&ticket_encdata), in tls_decrypt_ticket()
/dragonfly/crypto/libressl/apps/openssl/
H A Dspeed.c1483 EVP_DecryptUpdate(ctx, buf, &outl, buf, lengths[j]); in speed_main()
/dragonfly/crypto/libressl/
H A DChangeLog1905 EVP_DecryptUpdate().