Home
last modified time | relevance | path

Searched refs:EVP_CipherFinal_ex (Results 1 - 22 of 22) sorted by relevance

/third_party/openssl/test/
H A Dafalgtest.c87 || !TEST_true(EVP_CipherFinal_ex(ctx, ebuf + encl, &encf))) in test_afalg_aes_cbc()
97 || !TEST_true(EVP_CipherFinal_ex(ctx, dbuf + decl, &decf))) in test_afalg_aes_cbc()
H A Dpbetest.c83 if (!TEST_true(EVP_CipherFinal_ex(ctx, out + i, &i))) in test_pkcs5_pbe()
98 if (!TEST_true(EVP_CipherFinal_ex(ctx, out + i, &i))) in test_pkcs5_pbe()
H A Devp_fetch_prov_test.c253 || !TEST_true(EVP_CipherFinal_ex(ctx, ct, &ctlen)) in encrypt_decrypt()
256 || !TEST_true(EVP_CipherFinal_ex(ctx, pt, &ptlen)) in encrypt_decrypt()
H A Dacvp_test.c689 || !TEST_true(EVP_CipherFinal_ex(ctx, out + len, &out_len))) in cipher_enc()
752 if (!TEST_true(EVP_CipherFinal_ex(ctx, out + len, &out_len))) in aes_ccm_enc_dec()
844 if (!TEST_int_eq(EVP_CipherFinal_ex(ctx, out + len, &out_len), pass)) in aes_gcm_enc_dec()
H A Devp_extra_test.c3708 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_evp_init_seq()
3788 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_evp_reset()
3804 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_evp_reset()
3914 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_evp_updated_iv()
3996 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_gcm_reinit()
4030 if (!TEST_true(EVP_CipherFinal_ex(ctx, outbuf + outlen1, &outlen2))) { in test_gcm_reinit()
H A Devp_test.c955 if (!EVP_CipherFinal_ex(ctx, tmp + out_misalign + tmplen, &tmpflen)) { in cipher_test_enc()
/third_party/node/deps/openssl/openssl/ssl/record/
H A Dssl3_record_tls13.c178 || EVP_CipherFinal_ex(ctx, rec->data + lenu, &lenf) <= 0 in tls13_enc()
/third_party/openssl/ssl/record/
H A Dssl3_record_tls13.c178 || EVP_CipherFinal_ex(ctx, rec->data + lenu, &lenf) <= 0 in tls13_enc()
/third_party/node/src/crypto/
H A Dcrypto_aes.cc150 if (!EVP_CipherFinal_ex( in AES_Cipher()
255 if (!EVP_CipherFinal_ex(ctx.get(), out + out_len, &final_len)) in AES_CTR_Cipher2()
H A Dcrypto_cipher.cc914 // EVP_CipherFinal_ex must not be called and will fail. in Init()
921 ok = EVP_CipherFinal_ex(ctx_.get(), in Init()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dbio_enc.c162 i = EVP_CipherFinal_ex(ctx->cipher, in enc_read()
352 ret = EVP_CipherFinal_ex(ctx->cipher, in enc_ctrl()
H A Devp_enc.c465 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal_ex() function
/third_party/openssl/crypto/evp/
H A Dbio_enc.c162 i = EVP_CipherFinal_ex(ctx->cipher, in enc_read()
352 ret = EVP_CipherFinal_ex(ctx->cipher, in enc_ctrl()
H A Devp_enc.c460 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal_ex() function
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_decr.c83 if (!EVP_CipherFinal_ex(ctx, out + i, &i)) { in PKCS12_pbe_crypt_ex()
/third_party/openssl/crypto/pkcs12/
H A Dp12_decr.c83 if (!EVP_CipherFinal_ex(ctx, out + i, &i)) { in PKCS12_pbe_crypt_ex()
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test_kats.c108 || !EVP_CipherFinal_ex(ctx, ct_buf + len, &ct_len)) in self_test_cipher()
132 && EVP_CipherFinal_ex(ctx, pt_buf + len, &pt_len))) in self_test_cipher()
/third_party/openssl/providers/fips/
H A Dself_test_kats.c108 || !EVP_CipherFinal_ex(ctx, ct_buf + len, &ct_len)) in self_test_cipher()
132 && EVP_CipherFinal_ex(ctx, pt_buf + len, &pt_len))) in self_test_cipher()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h617 __owur int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h799 __owur int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,
/third_party/openssl/include/openssl/
H A Devp.h797 __owur int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 164 milliseconds