Searched defs:crypto_ctx_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dspi.h95 } crypto_ctx_t; typedef in typeref:struct:crypto_ctx
142 int (*free_context)(crypto_ctx_t *);
152 int (*digest_init)(crypto_ctx_t *, crypto_mechanism_t *,
154 int (*digest)(crypto_ctx_t *, crypto_data_t *, crypto_data_t *,
156 int (*digest_update)(crypto_ctx_t *, crypto_data_t *,
158 int (*digest_key)(crypto_ctx_t *, crypto_key_t *, crypto_req_handle_t);
159 int (*digest_final)(crypto_ctx_t *, crypto_data_t *,
173 int (*encrypt_init)(crypto_ctx_t *,
176 int (*encrypt)(crypto_ctx_t *,
178 int (*encrypt_update)(crypto_ctx_t *,
[all...]

Completed in 61 milliseconds