Searched refs:verify_update (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelVerify.c | 280 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()
|
/illumos-gate/usr/src/test/crypto-tests/tests/common/ |
H A D | cryptotest_pkcs.c | 266 verify_update(crypto_op_t *op, size_t offset, size_t len) in verify_update() function
|
/illumos-gate/usr/src/uts/common/sys/crypto/ |
H A D | spi.h | 269 int (*verify_update)(crypto_ctx_t *, member
|
H A D | impl.h | 843 (KCF_PROV_VERIFY_OPS(pd) && KCF_PROV_VERIFY_OPS(pd)->verify_update) ? \ 844 KCF_PROV_VERIFY_OPS(pd)->verify_update(ctx, data, req) : \
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 737 if (verify_ops->verify_update != NULL) in crypto_build_function_list() 4177 verify_update(dev_t dev, caddr_t arg, int mode, int *rval) in verify_update() function 6805 return (verify_update(dev, ARG, mode, rval)); in crypto_ioctl()
|