Searched refs:authctx (Results 1 – 1 of 1) sorted by relevance
2132 struct atmel_sha_authenc_reqctx *authctx = ahash_request_ctx(req); in atmel_sha_authenc_complete() local2134 authctx->cb(authctx->aes_dev, err, authctx->base.dd->is_async); in atmel_sha_authenc_complete()2140 struct atmel_sha_authenc_reqctx *authctx = ahash_request_ctx(req); in atmel_sha_authenc_start() local2150 return authctx->cb(authctx->aes_dev, err, dd->is_async); in atmel_sha_authenc_start()2250 struct atmel_sha_authenc_reqctx *authctx = ahash_request_ctx(req); in atmel_sha_authenc_schedule() local2251 struct atmel_sha_reqctx *ctx = &authctx->base; in atmel_sha_authenc_schedule()2257 memset(authctx, 0, sizeof(*authctx)); in atmel_sha_authenc_schedule()2267 authctx->cb = cb; in atmel_sha_authenc_schedule()2268 authctx->aes_dev = aes_dev; in atmel_sha_authenc_schedule()2282 struct atmel_sha_authenc_reqctx *authctx = ahash_request_ctx(req); in atmel_sha_authenc_init() local[all …]