/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | p_seal.c | 83 i = EVP_EncryptFinal_ex(ctx, out, outl); in EVP_SealFinal()
|
H A D | evp_enc.c | 468 return EVP_EncryptFinal_ex(ctx, out, outl); in EVP_CipherFinal_ex() 707 ret = EVP_EncryptFinal_ex(ctx, out, outl); in EVP_EncryptFinal() 711 int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_EncryptFinal_ex() function
|
/third_party/openssl/crypto/evp/ |
H A D | p_seal.c | 83 i = EVP_EncryptFinal_ex(ctx, out, outl); in EVP_SealFinal()
|
H A D | evp_enc.c | 463 return EVP_EncryptFinal_ex(ctx, out, outl); in EVP_CipherFinal_ex() 702 ret = EVP_EncryptFinal_ex(ctx, out, outl); in EVP_EncryptFinal() 706 int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_EncryptFinal_ex() function
|
/third_party/openssl/demos/cipher/ |
H A D | aeskeywrap.c | 90 if (!EVP_EncryptFinal_ex(ctx, outbuf + outlen, &tmplen)) in aes_wrap_encrypt()
|
H A D | ariacbc.c | 89 if (!EVP_EncryptFinal_ex(ctx, outbuf + outlen, &tmplen)) in aria_cbc_encrypt()
|
H A D | aesgcm.c | 122 if (!EVP_EncryptFinal_ex(ctx, outbuf, &tmplen)) in aes_gcm_encrypt()
|
H A D | aesccm.c | 132 if (!EVP_EncryptFinal_ex(ctx, NULL, &tmplen)) in aes_ccm_encrypt()
|
/third_party/openssl/test/ |
H A D | aesgcmtest.c | 56 && TEST_true(EVP_EncryptFinal_ex(ctx, outbuf, &outlen) > 0) in do_encrypt()
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | gmac_prov.c | 155 if (!EVP_EncryptFinal_ex(macctx->ctx, out, &hlen)) in gmac_final()
|
/third_party/openssl/providers/implementations/macs/ |
H A D | gmac_prov.c | 155 if (!EVP_EncryptFinal_ex(macctx->ctx, out, &hlen)) in gmac_final()
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
H A D | openssl.c | 513 !EVP_EncryptFinal_ex(actx, dest + len, &len) || in ngtcp2_crypto_encrypt() 587 !EVP_EncryptFinal_ex(actx, dest + sizeof(PLAINTEXT) - 1, &len)) { in ngtcp2_crypto_hp_mask()
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | lws-genaes.c | 276 if (EVP_EncryptFinal_ex(ctx->ctx, buf, &outl) != 1) { in lws_genaes_destroy()
|
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | krb5kdf.c | 416 ret = EVP_EncryptFinal_ex(ctx, cipherblock, &olen); in KRB5KDF()
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | krb5kdf.c | 416 ret = EVP_EncryptFinal_ex(ctx, cipherblock, &olen); in KRB5KDF()
|
/third_party/nghttp2/src/ |
H A D | shrpx_quic.cc | 230 !EVP_EncryptFinal_ex(ctx, dest + len, &len)) { in encrypt_quic_connection_id()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | evp.rs | 193 pub fn EVP_EncryptFinal_ex( in EVP_EncryptFinal_ex() functions
|
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A D | pem_lib.c | 393 || !EVP_EncryptFinal_ex(ctx, &(data[j]), &i)) in PEM_ASN1_write_bio()
|
H A D | pvkfmt.c | 1079 if (!EVP_EncryptFinal_ex(cctx, p + enctmplen, &enctmplen)) in i2b_PVK()
|
/third_party/openssl/crypto/pem/ |
H A D | pem_lib.c | 393 || !EVP_EncryptFinal_ex(ctx, &(data[j]), &i)) in PEM_ASN1_write_bio()
|
H A D | pvkfmt.c | 1079 if (!EVP_EncryptFinal_ex(cctx, p + enctmplen, &enctmplen)) in i2b_PVK()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 359 if (EVP_EncryptFinal_ex(c, buf, &len) != 1) { in aes_encrypt_deinit() 360 wpa_printf(MSG_ERROR, "OpenSSL: EVP_EncryptFinal_ex failed: " in aes_encrypt_deinit() 484 EVP_EncryptFinal_ex(ctx, buf, &len) == 1 && len == 0) in aes_128_cbc_encrypt()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | speed.c | 751 EVP_EncryptFinal_ex(ctx, buf, &outl); in EVP_Update_loop() 788 (void)EVP_EncryptFinal_ex(ctx, buf, &outl); in EVP_Update_loop_ccm() 820 (void)EVP_EncryptFinal_ex(ctx, buf + outl, &outl); in EVP_Update_loop_aead()
|
/third_party/openssl/apps/ |
H A D | speed.c | 751 EVP_EncryptFinal_ex(ctx, buf, &outl); in EVP_Update_loop() 788 (void)EVP_EncryptFinal_ex(ctx, buf, &outl); in EVP_Update_loop_ccm() 820 (void)EVP_EncryptFinal_ex(ctx, buf + outl, &outl); in EVP_Update_loop_aead()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_openssl.c | 277 EVP_EncryptFinal_ex(ctx, &cypher[plen], &plen) == 1) in des_encrypt() 432 if (EVP_EncryptFinal_ex(c, buf, &len) != 1) { in aes_encrypt_deinit() 433 wpa_printf(MSG_ERROR, "OpenSSL: EVP_EncryptFinal_ex failed: " in aes_encrypt_deinit() 557 EVP_EncryptFinal_ex(ctx, buf, &len) == 1 && len == 0) in aes_128_cbc_encrypt()
|