Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/evp/
Devp_enc.c740 if (blocksize < 1 || ctx->cipher->cfinal == NULL) { in EVP_EncryptFinal_ex()
745 ret = ctx->cipher->cfinal(ctx->algctx, out, &soutl, in EVP_EncryptFinal_ex()
962 if (blocksize < 1 || ctx->cipher->cfinal == NULL) { in EVP_DecryptFinal_ex()
967 ret = ctx->cipher->cfinal(ctx->algctx, out, &soutl, in EVP_DecryptFinal_ex()
1578 if (cipher->cfinal != NULL) in evp_cipher_from_algorithm()
1580 cipher->cfinal = OSSL_FUNC_cipher_final(fns); in evp_cipher_from_algorithm()
Devp_lib.c428 ret = ctx->cipher->cfinal(ctx->algctx, out, &outl, in EVP_Cipher()
/third_party/openssl/crypto/evp/
Devp_enc.c735 if (blocksize < 1 || ctx->cipher->cfinal == NULL) { in EVP_EncryptFinal_ex()
740 ret = ctx->cipher->cfinal(ctx->algctx, out, &soutl, in EVP_EncryptFinal_ex()
957 if (blocksize < 1 || ctx->cipher->cfinal == NULL) { in EVP_DecryptFinal_ex()
962 ret = ctx->cipher->cfinal(ctx->algctx, out, &soutl, in EVP_DecryptFinal_ex()
1573 if (cipher->cfinal != NULL) in evp_cipher_from_algorithm()
1575 cipher->cfinal = OSSL_FUNC_cipher_final(fns); in evp_cipher_from_algorithm()
Devp_lib.c428 ret = ctx->cipher->cfinal(ctx->algctx, out, &outl, in EVP_Cipher()
/third_party/node/deps/openssl/openssl/include/crypto/
Devp.h334 OSSL_FUNC_cipher_final_fn *cfinal; member
/third_party/openssl/include/crypto/
Devp.h334 OSSL_FUNC_cipher_final_fn *cfinal; member