Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/ccree/
Dcc_aead.c54 } auth_state; member
83 struct cc_xcbc_s *xcbc = &ctx->auth_state.xcbc; in cc_aead_exit()
95 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()
261 ctx->auth_state.xcbc.xcbc_keys_dma_addr, ctx->auth_keylen, in xcbc_setkey()
272 set_dout_dlli(&desc[1], ctx->auth_state.xcbc.xcbc_keys_dma_addr, in xcbc_setkey()
278 set_dout_dlli(&desc[2], (ctx->auth_state.xcbc.xcbc_keys_dma_addr in xcbc_setkey()
[all …]
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_rx.c420 u8 tracker_state, auth_state, *ctx; in mlx5e_ktls_handle_get_psv_completion() local
435 auth_state = MLX5_GET(tls_progress_params, ctx, auth_state); in mlx5e_ktls_handle_get_psv_completion()
437 auth_state != MLX5E_TLS_PROGRESS_PARAMS_AUTH_STATE_NO_OFFLOAD) { in mlx5e_ktls_handle_get_psv_completion()
Dktls_txrx.c93 MLX5_SET(tls_progress_params, ctx, auth_state, in fill_progress_params()
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_edif_bsg.h105 uint8_t auth_state; member
Dqla_edif.c567 fcport->edif.auth_state, fcport->edif.app_stop); in qla_edif_app_start()
952 switch (fcport->edif.auth_state) { in qla_edif_app_getfcinfo()
955 fcport->edif.auth_state = VND_CMD_AUTH_STATE_NEEDED; in qla_edif_app_getfcinfo()
956 app_reply->ports[pcnt].auth_state = in qla_edif_app_getfcinfo()
959 app_reply->ports[pcnt].auth_state = in qla_edif_app_getfcinfo()
964 app_reply->ports[pcnt].auth_state = fcport->edif.auth_state; in qla_edif_app_getfcinfo()
1945 fcport->edif.auth_state = dbtype; in qla_edb_eventcreate()
2007 fcport->edif.auth_state = dbtype; in qla_edb_eventcreate()
Dqla_def.h2635 uint8_t auth_state; member
/Linux-v5.15/include/linux/mlx5/
Dmlx5_ifc.h11123 u8 auth_state[0x2]; member