Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/ccree/
Dcc_aead.c53 } auth_state; member
87 struct cc_xcbc_s *xcbc = &ctx->auth_state.xcbc; in cc_aead_exit()
99 struct cc_hmac_s *hmac = &ctx->auth_state.hmac; in cc_aead_exit()
160 struct cc_xcbc_s *xcbc = &ctx->auth_state.xcbc; in cc_aead_init()
173 struct cc_hmac_s *hmac = &ctx->auth_state.hmac; in cc_aead_init()
200 ctx->auth_state.hmac.ipad_opad = NULL; in cc_aead_init()
201 ctx->auth_state.hmac.padded_authkey = NULL; in cc_aead_init()
265 ctx->auth_state.xcbc.xcbc_keys_dma_addr, ctx->auth_keylen, in xcbc_setkey()
276 set_dout_dlli(&desc[1], ctx->auth_state.xcbc.xcbc_keys_dma_addr, in xcbc_setkey()
282 set_dout_dlli(&desc[2], (ctx->auth_state.xcbc.xcbc_keys_dma_addr in xcbc_setkey()
[all …]
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_tx.c81 MLX5_SET(tls_progress_params, ctx, auth_state, in fill_progress_params_ctx()
/Linux-v5.4/include/linux/mlx5/
Dmlx5_ifc.h10280 u8 auth_state[0x2]; member