/third_party/openssl/test/ |
H A D | afalgtest.c | 87 || !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 D | pbetest.c | 83 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 D | evp_fetch_prov_test.c | 253 || !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 D | acvp_test.c | 689 || !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 D | evp_extra_test.c | 3708 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 D | evp_test.c | 955 if (!EVP_CipherFinal_ex(ctx, tmp + out_misalign + tmplen, &tmpflen)) { in cipher_test_enc()
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | ssl3_record_tls13.c | 178 || EVP_CipherFinal_ex(ctx, rec->data + lenu, &lenf) <= 0 in tls13_enc()
|
/third_party/openssl/ssl/record/ |
H A D | ssl3_record_tls13.c | 178 || EVP_CipherFinal_ex(ctx, rec->data + lenu, &lenf) <= 0 in tls13_enc()
|
/third_party/node/src/crypto/ |
H A D | crypto_aes.cc | 150 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 D | crypto_cipher.cc | 914 // 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 D | bio_enc.c | 162 i = EVP_CipherFinal_ex(ctx->cipher, in enc_read() 352 ret = EVP_CipherFinal_ex(ctx->cipher, in enc_ctrl()
|
H A D | evp_enc.c | 465 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 D | bio_enc.c | 162 i = EVP_CipherFinal_ex(ctx->cipher, in enc_read() 352 ret = EVP_CipherFinal_ex(ctx->cipher, in enc_ctrl()
|
H A D | evp_enc.c | 460 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 D | p12_decr.c | 83 if (!EVP_CipherFinal_ex(ctx, out + i, &i)) { in PKCS12_pbe_crypt_ex()
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_decr.c | 83 if (!EVP_CipherFinal_ex(ctx, out + i, &i)) { in PKCS12_pbe_crypt_ex()
|
/third_party/node/deps/openssl/openssl/providers/fips/ |
H A D | self_test_kats.c | 108 || !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 D | self_test_kats.c | 108 || !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 D | evp.h | 617 __owur int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 799 __owur int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 797 __owur int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm,
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | [all...] |