Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_aead.c57 } auth_state; member
90 struct cc_xcbc_s *xcbc = &ctx->auth_state.xcbc; in cc_aead_exit()
102 struct cc_hmac_s *hmac = &ctx->auth_state.hmac; in cc_aead_exit()
156 struct cc_xcbc_s *xcbc = &ctx->auth_state.xcbc; in cc_aead_init()
169 struct cc_hmac_s *hmac = &ctx->auth_state.hmac; in cc_aead_init()
196 ctx->auth_state.hmac.ipad_opad = NULL; in cc_aead_init()
197 ctx->auth_state.hmac.padded_authkey = NULL; in cc_aead_init()
270 ctx->auth_state.xcbc.xcbc_keys_dma_addr, ctx->auth_keylen, in xcbc_setkey()
281 set_dout_dlli(&desc[1], ctx->auth_state.xcbc.xcbc_keys_dma_addr, in xcbc_setkey()
287 set_dout_dlli(&desc[2], (ctx->auth_state.xcbc.xcbc_keys_dma_addr in xcbc_setkey()
[all …]