Home
last modified time | relevance | path

Searched refs:sd_encr_ctx (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/crypto/io/
H A Dcrypto.c200 if ((sp)->sd_encr_ctx != NULL) { \
201 crypto_cancel_ctx((sp)->sd_encr_ctx); \
202 (sp)->sd_encr_ctx = NULL; \
1955 sp->sd_encr_ctx = NULL; in crypto_open_session()
2689 &sp->sd_encr_ctx : &sp->sd_decr_ctx; in cipher_init()
2826 &sp->sd_encr_ctx : &sp->sd_decr_ctx; in cipher()
2986 &sp->sd_encr_ctx : &sp->sd_decr_ctx; in cipher_update()
3129 ctxpp = &sp->sd_encr_ctx; in common_final()
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dimpl.h511 crypto_ctx_t *sd_encr_ctx; member