Home
last modified time | relevance | path

Searched refs:EVP_DecryptFinal_ex (Results 1 - 25 of 25) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_open.c68 i = EVP_DecryptFinal_ex(ctx, out, outl); in EVP_OpenFinal()
H A Devp_enc.c470 return EVP_DecryptFinal_ex(ctx, out, outl); in EVP_CipherFinal_ex()
927 ret = EVP_DecryptFinal_ex(ctx, out, outl); in EVP_DecryptFinal()
931 int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_DecryptFinal_ex() function
/third_party/openssl/crypto/evp/
H A Dp_open.c68 i = EVP_DecryptFinal_ex(ctx, out, outl); in EVP_OpenFinal()
H A Devp_enc.c465 return EVP_DecryptFinal_ex(ctx, out, outl); in EVP_CipherFinal_ex()
922 ret = EVP_DecryptFinal_ex(ctx, out, outl); in EVP_DecryptFinal()
926 int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_DecryptFinal_ex() function
/third_party/openssl/demos/cipher/
H A Daeskeywrap.c147 if (!EVP_DecryptFinal_ex(ctx, outbuf + outlen, &tmplen)) in aes_wrap_decrypt()
H A Dariacbc.c145 if (!EVP_DecryptFinal_ex(ctx, outbuf + outlen, &tmplen)) in aria_cbc_decrypt()
H A Daesgcm.c201 rv = EVP_DecryptFinal_ex(ctx, outbuf, &outlen); in aes_gcm_decrypt()
/third_party/openssl/test/
H A Daesgcmtest.c86 && TEST_true(EVP_DecryptFinal_ex(ctx, outbuf, &outlen) > 0) in do_decrypt()
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genaes.c296 if (EVP_DecryptFinal_ex(ctx->ctx, buf, &outl) != 1) { in lws_genaes_destroy()
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpvkfmt.c879 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key()
889 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key()
H A Dpem_lib.c462 ok = EVP_DecryptFinal_ex(ctx, &(data[ilen]), &ilen); in PEM_do_header()
/third_party/openssl/crypto/pem/
H A Dpvkfmt.c879 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key()
889 if (!EVP_DecryptFinal_ex(cctx, q + enctmplen, &enctmplen)) in do_PVK_body_key()
H A Dpem_lib.c462 ok = EVP_DecryptFinal_ex(ctx, &(data[ilen]), &ilen); in PEM_do_header()
/third_party/nghttp2/src/
H A Dshrpx_quic.cc251 !EVP_DecryptFinal_ex(ctx, dest + len, &len)) { in decrypt_quic_connection_id()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
H A Dopenssl.c569 !EVP_DecryptFinal_ex(actx, dest + ciphertextlen, &len))) { in ngtcp2_crypto_decrypt()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Devp.rs221 pub fn EVP_DecryptFinal_ex( in EVP_DecryptFinal_ex() functions
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c416 if (EVP_DecryptFinal_ex(c, buf, &len) != 1) { in aes_decrypt_deinit()
417 wpa_printf(MSG_ERROR, "OpenSSL: EVP_DecryptFinal_ex failed: " in aes_decrypt_deinit()
511 EVP_DecryptFinal_ex(ctx, buf, &len) == 1 && len == 0) in aes_128_cbc_decrypt()
/third_party/node/deps/openssl/openssl/apps/
H A Dspeed.c749 EVP_DecryptFinal_ex(ctx, buf, &outl); in EVP_Update_loop()
786 (void)EVP_DecryptFinal_ex(ctx, buf, &outl); in EVP_Update_loop_ccm()
813 (void)EVP_DecryptFinal_ex(ctx, buf + outl, &outl); in EVP_Update_loop_aead()
/third_party/openssl/apps/
H A Dspeed.c749 EVP_DecryptFinal_ex(ctx, buf, &outl); in EVP_Update_loop()
786 (void)EVP_DecryptFinal_ex(ctx, buf, &outl); in EVP_Update_loop_ccm()
813 (void)EVP_DecryptFinal_ex(ctx, buf + outl, &outl); in EVP_Update_loop_aead()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_env.c967 || !EVP_DecryptFinal_ex(ctx, ukey + ukeylen, &outlen)) { in cms_RecipientInfo_kekri_decrypt()
/third_party/openssl/crypto/cms/
H A Dcms_env.c948 || !EVP_DecryptFinal_ex(ctx, ukey + ukeylen, &outlen)) { in cms_RecipientInfo_kekri_decrypt()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c489 if (EVP_DecryptFinal_ex(c, buf, &len) != 1) { in aes_decrypt_deinit()
490 wpa_printf(MSG_ERROR, "OpenSSL: EVP_DecryptFinal_ex failed: " in aes_decrypt_deinit()
584 EVP_DecryptFinal_ex(ctx, buf, &len) == 1 && len == 0) in aes_128_cbc_decrypt()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h603 /*__owur*/ int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h782 /*__owur*/ int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,
/third_party/openssl/include/openssl/
H A Devp.h780 /*__owur*/ int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,

Completed in 42 milliseconds