Searched refs:sd_verify_ctx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c212 if ((sp)->sd_verify_ctx != NULL) { \
213 crypto_cancel_ctx((sp)->sd_verify_ctx); \
214 (sp)->sd_verify_ctx = NULL; \
1958 sp->sd_verify_ctx = NULL;
3907 ctxpp = &sp->sd_verify_ctx;
4058 rv = crypto_verify_single(sp->sd_verify_ctx, &data, &sign, NULL);
4060 sp->sd_verify_ctx = NULL;
4167 &sp->sd_sign_ctx : &sp->sd_verify_ctx;
4260 rv = crypto_verify_final(sp->sd_verify_ctx, &sign, NULL);
4262 sp->sd_verify_ctx
[all...]
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h514 crypto_ctx_t *sd_verify_ctx; member in struct:crypto_session_data

Completed in 467 milliseconds