Home
last modified time | relevance | path

Searched refs:cfinal (Results 1 – 3 of 3) sorted by relevance

/openssl-master/crypto/evp/
A Devp_enc.c684 if (blocksize < 1 || ctx->cipher->cfinal == NULL) { in EVP_EncryptFinal_ex()
689 ret = ctx->cipher->cfinal(ctx->algctx, out, &soutl, in EVP_EncryptFinal_ex()
906 if (blocksize < 1 || ctx->cipher->cfinal == NULL) { in EVP_DecryptFinal_ex()
911 ret = ctx->cipher->cfinal(ctx->algctx, out, &soutl, in EVP_DecryptFinal_ex()
1518 if (cipher->cfinal != NULL) in evp_cipher_from_algorithm()
1520 cipher->cfinal = OSSL_FUNC_cipher_final(fns); in evp_cipher_from_algorithm()
A Devp_lib.c428 ret = ctx->cipher->cfinal(ctx->algctx, out, &outl, in EVP_Cipher()
/openssl-master/include/crypto/
A Devp.h334 OSSL_FUNC_cipher_final_fn *cfinal; member

Completed in 12 milliseconds