Home
last modified time | relevance | path

Searched refs:EVP_CipherFinal (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/test/
H A Devp_skey_test.c161 || !TEST_int_gt(EVP_CipherFinal(ctx, encrypted_skey + enc_len, &fin_len), 0)) in test_aes_raw_skey()
171 || !TEST_int_gt(EVP_CipherFinal(ctx, encrypted_raw + enc_len, &fin_len), 0) in test_aes_raw_skey()
238 || !TEST_int_gt(EVP_CipherFinal(ctx, encrypted_skey + enc_len, &fin_len), 0)) in test_des_raw_skey()
248 || !TEST_int_gt(EVP_CipherFinal(ctx, encrypted_raw + enc_len, &fin_len), 0) in test_des_raw_skey()
H A Dfake_pipelineprov.c146 if (!EVP_CipherFinal(ctx->cipher_ctxs[i], out[i], &ioutl)) in fake_pipeline_final()
/freebsd/crypto/openssl/doc/life-cycles/
H A Dcipher.dot23 updated -> finaled [label="EVP_CipherFinal"];
62 updated -> finaled [label="EVP_CipherFinal"];
/freebsd/crypto/openssl/doc/man3/
H A DBIO_f_cipher.pod25 EVP_CipherInit(), EVP_CipherUpdate() and EVP_CipherFinal().
H A DEVP_EncryptInit.pod33 EVP_CipherFinal,
161 int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
462 EVP_CipherInit() / EVP_CipherUpdate() / EVP_CipherFinal() series of calls.
470 =item EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal()
499 data in one set of EVP_CipherUpdate()/EVP_CipherFinal calls, thereby allowing
514 EVP_CipherFinal() but take an array of pointers for iv, input and output buffers.
1490 When decrypting, the return value of EVP_DecryptFinal() or EVP_CipherFinal()
1598 When decrypting the return value of EVP_DecryptFinal() or EVP_CipherFinal()
1636 EVP_CipherFinal() is not required, but will indicate if the update
1697 EVP_CipherInit(), EVP_CipherInit_ex() and EVP_CipherFinal() are obsolete
H A DEVP_CIPHER_meth_new.pod199 EVP_EncryptUpdate(), EVP_DecryptUpdate(), EVP_CipherFinal(),
/freebsd/crypto/openssl/doc/man7/
H A Dlife_cycle-cipher.pod97 … | EVP_CipherFinal | | ^ |
140 EVP_CipherFinal finaled
249 <tr><th style="border:1px solid" align="left">EVP_CipherFinal</th>
/freebsd/crypto/openssl/doc/designs/
H A Devp_skey.md132 EVP_CipherUpdate/EVP_CipherFinal API can be used.
/freebsd/crypto/openssl/crypto/evp/
H A Devp_enc.c768 int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal() function
/freebsd/crypto/openssl/include/openssl/
H A Devp.h819 __owur int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *outm,
/freebsd/secure/lib/libcrypto/
H A DVersion.map1452 EVP_CipherFinal;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2037 MLINKS+= EVP_EncryptInit.3 EVP_CipherFinal.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1017 EVP_CipherFinal 1045 3_0_0 EXIST::FUNCTION: