Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/api/
H A Dkcf_sign.c174 crypto_sign_update(crypto_context_t context, crypto_data_t *data, in crypto_sign_update() function
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dapi.h124 extern int crypto_sign_update(crypto_context_t ctx, crypto_data_t *data,
H A Dioctl.h402 typedef struct crypto_sign_update { struct
/titanic_41/usr/src/uts/sparc/ml/
H A Dmodstubs.s1138 NO_UNLOAD_STUB(kcf, crypto_sign_update, nomod_minus_one);
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1215 NO_UNLOAD_STUB(kcf, crypto_sign_update, nomod_minus_one);
/titanic_41/usr/src/uts/common/crypto/io/
H A Dcrypto.c4094 return (sign_verify_update(dev, arg, mode, crypto_sign_update)); in sign_update()
4112 STRUCT_DECL(crypto_sign_update, sign_update); in sign_verify_update()
4166 ctxpp = (update == crypto_sign_update) ? in sign_verify_update()
H A Ddprov.c5740 error = crypto_sign_update(DPROV_CTX_SINGLE(ctx), in dprov_sign_task()