Searched refs:cfinal (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | evp_enc.c | 740 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()
|
D | evp_lib.c | 428 ret = ctx->cipher->cfinal(ctx->algctx, out, &outl, in EVP_Cipher()
|
/third_party/openssl/crypto/evp/ |
D | evp_enc.c | 735 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()
|
D | evp_lib.c | 428 ret = ctx->cipher->cfinal(ctx->algctx, out, &outl, in EVP_Cipher()
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
D | evp.h | 334 OSSL_FUNC_cipher_final_fn *cfinal; member
|
/third_party/openssl/include/crypto/ |
D | evp.h | 334 OSSL_FUNC_cipher_final_fn *cfinal; member
|