Searched refs:sd_digest_ctx (Results 1 – 2 of 2) sorted by relevance
196 if ((sp)->sd_digest_ctx != NULL) { \197 crypto_cancel_ctx((sp)->sd_digest_ctx); \198 (sp)->sd_digest_ctx = NULL; \1954 sp->sd_digest_ctx = NULL; in crypto_open_session()3135 ctxpp = &sp->sd_digest_ctx; in common_final()3239 if (sp->sd_digest_ctx != NULL) in digest_init()3240 CRYPTO_CANCEL_CTX(&sp->sd_digest_ctx); in digest_init()3241 sp->sd_digest_ctx = (rv == CRYPTO_SUCCESS) ? cc : NULL; in digest_init()3326 rv = crypto_digest_update(sp->sd_digest_ctx, &data, NULL); in digest_update()3328 CRYPTO_CANCEL_CTX(&sp->sd_digest_ctx); in digest_update()[all …]
510 crypto_ctx_t *sd_digest_ctx; member