Home
last modified time | relevance | path

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

12

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_seal.c83 i = EVP_EncryptFinal_ex(ctx, out, outl); in EVP_SealFinal()
H A Devp_enc.c468 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 Dp_seal.c83 i = EVP_EncryptFinal_ex(ctx, out, outl); in EVP_SealFinal()
H A Devp_enc.c463 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 Daeskeywrap.c90 if (!EVP_EncryptFinal_ex(ctx, outbuf + outlen, &tmplen)) in aes_wrap_encrypt()
H A Dariacbc.c89 if (!EVP_EncryptFinal_ex(ctx, outbuf + outlen, &tmplen)) in aria_cbc_encrypt()
H A Daesgcm.c122 if (!EVP_EncryptFinal_ex(ctx, outbuf, &tmplen)) in aes_gcm_encrypt()
H A Daesccm.c132 if (!EVP_EncryptFinal_ex(ctx, NULL, &tmplen)) in aes_ccm_encrypt()
/third_party/openssl/test/
H A Daesgcmtest.c56 && TEST_true(EVP_EncryptFinal_ex(ctx, outbuf, &outlen) > 0) in do_encrypt()
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dgmac_prov.c155 if (!EVP_EncryptFinal_ex(macctx->ctx, out, &hlen)) in gmac_final()
/third_party/openssl/providers/implementations/macs/
H A Dgmac_prov.c155 if (!EVP_EncryptFinal_ex(macctx->ctx, out, &hlen)) in gmac_final()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
H A Dopenssl.c513 !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 Dlws-genaes.c276 if (EVP_EncryptFinal_ex(ctx->ctx, buf, &outl) != 1) { in lws_genaes_destroy()
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c416 ret = EVP_EncryptFinal_ex(ctx, cipherblock, &olen); in KRB5KDF()
/third_party/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c416 ret = EVP_EncryptFinal_ex(ctx, cipherblock, &olen); in KRB5KDF()
/third_party/nghttp2/src/
H A Dshrpx_quic.cc230 !EVP_EncryptFinal_ex(ctx, dest + len, &len)) { in encrypt_quic_connection_id()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Devp.rs193 pub fn EVP_EncryptFinal_ex( in EVP_EncryptFinal_ex() functions
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_lib.c393 || !EVP_EncryptFinal_ex(ctx, &(data[j]), &i)) in PEM_ASN1_write_bio()
H A Dpvkfmt.c1079 if (!EVP_EncryptFinal_ex(cctx, p + enctmplen, &enctmplen)) in i2b_PVK()
/third_party/openssl/crypto/pem/
H A Dpem_lib.c393 || !EVP_EncryptFinal_ex(ctx, &(data[j]), &i)) in PEM_ASN1_write_bio()
H A Dpvkfmt.c1079 if (!EVP_EncryptFinal_ex(cctx, p + enctmplen, &enctmplen)) in i2b_PVK()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c359 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 Dspeed.c751 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 Dspeed.c751 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 Dcrypto_openssl.c277 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()

Completed in 34 milliseconds

12