Home
last modified time | relevance | path

Searched refs:verify_update (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelVerify.c280 crypto_verify_update_t verify_update; in C_VerifyUpdate() local
317 verify_update.vu_session = session_p->k_session; in C_VerifyUpdate()
321 verify_update.vu_datalen = ulPartLen; in C_VerifyUpdate()
322 verify_update.vu_databuf = (char *)pPart; in C_VerifyUpdate()
325 &verify_update)) < 0) { in C_VerifyUpdate()
332 rv = crypto2pkcs11_error_number(verify_update.vu_return_value); in C_VerifyUpdate()
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dspi.h269 int (*verify_update)(crypto_ctx_t *, member
H A Dimpl.h843 (KCF_PROV_VERIFY_OPS(pd) && KCF_PROV_VERIFY_OPS(pd)->verify_update) ? \
844 KCF_PROV_VERIFY_OPS(pd)->verify_update(ctx, data, req) : \
/titanic_50/usr/src/uts/common/crypto/io/
H A Dcrypto.c725 if (verify_ops->verify_update != NULL) in crypto_build_function_list()
4099 verify_update(dev_t dev, caddr_t arg, int mode, int *rval) in verify_update() function
6655 return (verify_update(dev, ARG, mode, rval)); in crypto_ioctl()