Searched refs:crypto_sign_update (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/crypto/api/ |
H A D | kcf_sign.c | 174 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 D | api.h | 124 extern int crypto_sign_update(crypto_context_t ctx, crypto_data_t *data,
|
H A D | ioctl.h | 402 typedef struct crypto_sign_update { struct
|
/titanic_41/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 1138 NO_UNLOAD_STUB(kcf, crypto_sign_update, nomod_minus_one);
|
/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 1215 NO_UNLOAD_STUB(kcf, crypto_sign_update, nomod_minus_one);
|
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 4094 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 D | dprov.c | 5740 error = crypto_sign_update(DPROV_CTX_SINGLE(ctx), in dprov_sign_task()
|