Home
last modified time | relevance | path

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

/openssl-master/crypto/evp/
A Devp_enc.c624 if (ctx->cipher->cupdate == NULL || blocksize < 1) { in EVP_EncryptUpdate()
628 ret = ctx->cipher->cupdate(ctx->algctx, out, &soutl, in EVP_EncryptUpdate()
771 if (ctx->cipher->cupdate == NULL || blocksize < 1) { in EVP_DecryptUpdate()
775 ret = ctx->cipher->cupdate(ctx->algctx, out, &soutl, in EVP_DecryptUpdate()
1512 if (cipher->cupdate != NULL) in evp_cipher_from_algorithm()
1514 cipher->cupdate = OSSL_FUNC_cipher_update(fns); in evp_cipher_from_algorithm()
A Devp_lib.c424 ret = ctx->cipher->cupdate(ctx->algctx, out, &outl, in EVP_Cipher()
/openssl-master/include/crypto/
A Devp.h333 OSSL_FUNC_cipher_update_fn *cupdate; member

Completed in 12 milliseconds