Home
last modified time | relevance | path

Searched refs:crypto_verify_update (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/crypto/api/
H A Dkcf_verify.c175 crypto_verify_update(crypto_context_t context, crypto_data_t *data, in crypto_verify_update() function
/titanic_44/usr/src/uts/common/sys/crypto/
H A Dapi.h152 extern int crypto_verify_update(crypto_context_t ctx, crypto_data_t *data,
H A Dioctl.h448 typedef struct crypto_verify_update { struct
/titanic_44/usr/src/uts/sparc/ml/
H A Dmodstubs.s1147 NO_UNLOAD_STUB(kcf, crypto_verify_update, nomod_minus_one);
/titanic_44/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1224 NO_UNLOAD_STUB(kcf, crypto_verify_update, nomod_minus_one);
/titanic_44/usr/src/uts/common/crypto/io/
H A Dcrypto.c4101 return (sign_verify_update(dev, arg, mode, crypto_verify_update)); in verify_update()
H A Ddprov.c5961 error = crypto_verify_update(DPROV_CTX_SINGLE(ctx), in dprov_verify_task()