/openssl/crypto/evp/ |
H A D | p_seal.c | 82 i = EVP_EncryptFinal_ex(ctx, out, outl); in EVP_SealFinal()
|
H A D | evp_enc.c | 584 return EVP_EncryptFinal_ex(ctx, out, outl); in EVP_CipherFinal_ex() 856 ret = EVP_EncryptFinal_ex(ctx, out, outl); in EVP_EncryptFinal() 860 int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_EncryptFinal_ex() function
|
/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 | 87 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()
|
/openssl/test/ |
H A D | aesgcmtest.c | 56 && TEST_true(EVP_EncryptFinal_ex(ctx, outbuf, &outlen) > 0) in do_encrypt()
|
H A D | evp_extra_test.c | 3850 || !TEST_true(EVP_EncryptFinal_ex(ctx, ciphertext, &len))) in test_evp_iv_aes() 3967 || !TEST_true(EVP_EncryptFinal_ex(ctx, ciphertext, &len))) in test_evp_iv_des() 5462 || !TEST_true(EVP_EncryptFinal_ex(ctx2, buf + len, &len))) in test_cipher_with_engine() 5679 || !TEST_true(EVP_EncryptFinal_ex(ctx, outbuf, &tmplen))) in aes_gcm_encrypt() 5813 || !TEST_true(EVP_EncryptFinal_ex(ctx, outbuf, &tmplen))) in rc4_encrypt() 6043 if (!TEST_true(EVP_EncryptFinal_ex(ctx, ciphertext + outlen, &outlen))) in test_evp_cipher_pipeline()
|
/openssl/doc/man3/ |
H A D | RC4_set_key.pod | 24 L<EVP_EncryptFinal_ex(3)> or the equivalently named decrypt functions.
|
H A D | EVP_EncryptInit.pod | 16 EVP_EncryptFinal_ex, 129 int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl); 423 If padding is enabled (the default) then EVP_EncryptFinal_ex() encrypts 432 If padding is disabled then EVP_EncryptFinal_ex() will not encrypt any more 467 Identical to EVP_EncryptFinal_ex(), EVP_DecryptFinal_ex() and 993 EVP_EncryptFinal_ex(). It may return 0 if the "encrypt-check" option is set to 0. 1000 as EVP_EncryptFinal_ex(). 1374 EVP_EncryptInit_ex2(), EVP_EncryptUpdate() and EVP_EncryptFinal_ex() 1682 use EVP_EncryptInit_ex2(), EVP_EncryptFinal_ex(), EVP_DecryptInit_ex2(), 1749 if (!EVP_EncryptFinal_ex(ctx, outbuf + outlen, &tmplen)) {
|
H A D | BF_encrypt.pod | 38 L<EVP_EncryptFinal_ex(3)> or the equivalently named decrypt functions.
|
H A D | EVP_CIPHER_meth_new.pod | 200 EVP_EncryptFinal(), EVP_EncryptFinal_ex(), EVP_DecryptFinal() and
|
H A D | DES_random_key.pod | 103 L<EVP_EncryptFinal_ex(3)> or the equivalently named decrypt functions.
|
/openssl/providers/implementations/macs/ |
H A D | gmac_prov.c | 155 if (!EVP_EncryptFinal_ex(macctx->ctx, out, &hlen)) in gmac_final()
|
/openssl/providers/implementations/kdfs/ |
H A D | krb5kdf.c | 443 ret = EVP_EncryptFinal_ex(ctx, cipherblock, &olen); in KRB5KDF()
|
/openssl/fuzz/ |
H A D | provider.c | 421 if (!EVP_EncryptFinal_ex(ctx, outbuf + outlen, &tmplen)) { in do_evp_cipher()
|
/openssl/crypto/pem/ |
H A D | pem_lib.c | 398 || !EVP_EncryptFinal_ex(ctx, &(data[j]), &i)) in PEM_ASN1_write_bio()
|
H A D | pvkfmt.c | 1090 if (!EVP_EncryptFinal_ex(cctx, p + enctmplen, &enctmplen)) in i2b_PVK()
|
/openssl/crypto/cms/ |
H A D | cms_env.c | 909 || !EVP_EncryptFinal_ex(ctx, wkey + wkeylen, &outlen)) { in cms_RecipientInfo_kekri_encrypt()
|
/openssl/crypto/hpke/ |
H A D | hpke.c | 268 if (EVP_EncryptFinal_ex(ctx, ct + len, &len) != 1) { in hpke_aead_enc()
|
/openssl/apps/ |
H A D | speed.c | 908 rc = EVP_EncryptFinal_ex(ctx, buf, &outl); in EVP_Update_loop() 978 if (EVP_EncryptFinal_ex(ctx, buf, &outl)) in EVP_Update_loop_aead_enc() 3071 if (!EVP_EncryptFinal_ex(loopargs[k].ctx, in speed_main()
|
/openssl/include/openssl/ |
H A D | evp.h | 778 __owur int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out,
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1100 L<EVP_EncryptUpdate(3)>, and L<EVP_EncryptFinal_ex(3)> or
|
/openssl/util/ |
H A D | libcrypto.num | 607 EVP_EncryptFinal_ex 623 3_0_0 EXIST::FUNCTION:
|