Searched refs:cipherHashInfo (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/mips/rmi/dev/sec/
H A Drmilib.c152 memset(&desc->ctl_desc.cipherHashInfo, 0, sizeof(CipherHashInfo_t));
1281 hmac_key = &ctl_desc->cipherHashInfo.infoHMAC.hmacKey0;
1287 cipher_key = &ctl_desc->cipherHashInfo.infoARC4.cipherKey0;
1293 cipher_key = &ctl_desc->cipherHashInfo.infoARC4HMAC.cipherKey0;
1294 hmac_key = &ctl_desc->cipherHashInfo.infoARC4HMAC.hmacKey0;
1301 cipher_key = &ctl_desc->cipherHashInfo.infoARC4State.cipherKey0;
1303 &ctl_desc->cipherHashInfo.infoARC4State.Arc4SboxData0;
1309 cipher_key = &ctl_desc->cipherHashInfo.infoARC4StateHMAC.cipherKey0;
1311 &ctl_desc->cipherHashInfo.infoARC4StateHMAC.Arc4SboxData0;
1312 hmac_key = &ctl_desc->cipherHashInfo
[all...]
H A Ddesc.h1859 CipherHashInfo_t cipherHashInfo; member in struct:ControlDescriptor_s

Completed in 49 milliseconds