Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/safexcel/
H A Dsafexcel.c1711 a0 = (uint8_t *)&cdesc->control_data.token[0]; in safexcel_instr_ccm()
1806 memcpy(cdesc->control_data.token, req->iv, AES_GCM_IV_LEN); in safexcel_instr_gcm()
1807 cdesc->control_data.token[3] = htobe32(1); in safexcel_instr_gcm()
1853 cdesc->control_data.token[3] = htobe32(1); in safexcel_instr_gmac()
1916 cdesc->control_data.control0 = ctx->control0; in safexcel_set_token()
1917 cdesc->control_data.control1 = ctx->control1; in safexcel_set_token()
1926 instr = (void *)cdesc->control_data.token; in safexcel_set_token()
1943 memset(cdesc->control_data.token + in safexcel_set_token()
2043 cdesc->control_data.packet_length = reqlen; in safexcel_cmd_descr_add()
2044 cdesc->control_data.options = SAFEXCEL_OPTION_IP | in safexcel_cmd_descr_add()
[all …]
H A Dsafexcel_var.h105 struct safexcel_control_data control_data; member