Searched refs:cupdate (Results 1 – 3 of 3) sorted by relevance
1000 if (ossl_unlikely(ctx->cipher->cupdate == NULL || blocksize < 1)) { in EVP_EncryptUpdate()1005 ret = ctx->cipher->cupdate(ctx->algctx, out, &soutl, in EVP_EncryptUpdate()1148 if (ossl_unlikely(ctx->cipher->cupdate == NULL || blocksize < 1)) { in EVP_DecryptUpdate()1152 ret = ctx->cipher->cupdate(ctx->algctx, out, &soutl, in EVP_DecryptUpdate()1939 if (cipher->cupdate != NULL) in evp_cipher_from_algorithm()1941 cipher->cupdate = OSSL_FUNC_cipher_update(fns); in evp_cipher_from_algorithm()
409 ret = ctx->cipher->cupdate(ctx->algctx, out, &outl, in EVP_Cipher()
342 OSSL_FUNC_cipher_update_fn *cupdate; member
Completed in 27 milliseconds