Lines Matching refs:ctl_desc
83 PacketDescriptor_pt pkt_desc, ControlDescriptor_pt ctl_desc,
88 ControlDescriptor_pt ctl_desc, uint32_t * vector);
90 ControlDescriptor_pt ctl_desc, uint32_t * vector);
92 ControlDescriptor_pt ctl_desc);
94 unsigned int flags, uint64_t * control, ControlDescriptor_pt ctl_desc,
151 desc->ctl_desc.instruction = 0; in xlr_sec_setup()
152 memset(&desc->ctl_desc.cipherHashInfo, 0, sizeof(CipherHashInfo_t)); in xlr_sec_setup()
320 &desc->ctl_desc, in xlr_sec_cipher_hash_command()
344 if ((err = xlr_sec_setup_cipher(op, &desc->ctl_desc, cfg_vector)) != XLR_SEC_ERR_NONE) { in xlr_sec_setup_descriptor()
350 if ((err = xlr_sec_setup_digest(op, &desc->ctl_desc, cfg_vector)) != XLR_SEC_ERR_NONE) { in xlr_sec_setup_descriptor()
356 if ((err = xlr_sec_setup_cksum(op, &desc->ctl_desc)) != XLR_SEC_ERR_NONE) { in xlr_sec_setup_descriptor()
364 &desc->ctl_desc, in xlr_sec_setup_descriptor()
384 ControlDescriptor_pt ctl_desc, in xlr_sec_setup_packet() argument
998 ControlDescriptor_pt ctl_desc, in xlr_sec_setup_cipher() argument
1008 SET_FIELD(ctl_desc->instruction, CTL_DSC_CPHR, CTL_DSC_CPHR_BYPASS); in xlr_sec_setup_cipher()
1013 SET_FIELD(ctl_desc->instruction, CTL_DSC_CPHR, CTL_DSC_CPHR_DES); in xlr_sec_setup_cipher()
1017 SET_FIELD(ctl_desc->instruction, CTL_DSC_CPHR, CTL_DSC_CPHR_3DES); in xlr_sec_setup_cipher()
1022 SET_FIELD(ctl_desc->instruction, CTL_DSC_CPHR, CTL_DSC_CPHR_AES128); in xlr_sec_setup_cipher()
1027 SET_FIELD(ctl_desc->instruction, CTL_DSC_CPHR, CTL_DSC_CPHR_AES192); in xlr_sec_setup_cipher()
1032 SET_FIELD(ctl_desc->instruction, CTL_DSC_CPHR, CTL_DSC_CPHR_AES256); in xlr_sec_setup_cipher()
1036 SET_FIELD(ctl_desc->instruction, CTL_DSC_CPHR, CTL_DSC_CPHR_ARC4); in xlr_sec_setup_cipher()
1037 SET_FIELD(ctl_desc->instruction, CTL_DSC_ARC4_KEYLEN, in xlr_sec_setup_cipher()
1039 SET_FIELD(ctl_desc->instruction, CTL_DSC_ARC4_LOADSTATE, in xlr_sec_setup_cipher()
1041 SET_FIELD(ctl_desc->instruction, CTL_DSC_ARC4_SAVESTATE, in xlr_sec_setup_cipher()
1049 SET_FIELD(ctl_desc->instruction, CTL_DSC_CPHR, CTL_DSC_CPHR_KASUMI_F8); in xlr_sec_setup_cipher()
1062 SET_FIELD(ctl_desc->instruction, CTL_DSC_MODE, CTL_DSC_MODE_ECB); in xlr_sec_setup_cipher()
1069 SET_FIELD(ctl_desc->instruction, CTL_DSC_MODE, CTL_DSC_MODE_CBC); in xlr_sec_setup_cipher()
1077 SET_FIELD(ctl_desc->instruction, CTL_DSC_MODE, CTL_DSC_MODE_OFB); in xlr_sec_setup_cipher()
1085 SET_FIELD(ctl_desc->instruction, CTL_DSC_MODE, CTL_DSC_MODE_CTR); in xlr_sec_setup_cipher()
1093 SET_FIELD(ctl_desc->instruction, CTL_DSC_MODE, CTL_DSC_MODE_CFB); in xlr_sec_setup_cipher()
1101 SET_FIELD(ctl_desc->instruction, CTL_DSC_MODE, CTL_DSC_MODE_F8); in xlr_sec_setup_cipher()
1112 SET_FIELD(ctl_desc->instruction, in xlr_sec_setup_cipher()
1117 SET_FIELD(ctl_desc->instruction, in xlr_sec_setup_cipher()
1135 ControlDescriptor_pt ctl_desc, in xlr_sec_setup_digest() argument
1147 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASH, CTL_DSC_HASH_MD5); in xlr_sec_setup_digest()
1151 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASH, CTL_DSC_HASH_SHA1); in xlr_sec_setup_digest()
1155 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASH, CTL_DSC_HASH_SHA256); in xlr_sec_setup_digest()
1159 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASHHI, CTL_DSC_HASH_SHA384 >> 2); in xlr_sec_setup_digest()
1160 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASH, CTL_DSC_HASH_SHA384); in xlr_sec_setup_digest()
1164 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASHHI, CTL_DSC_HASH_SHA512 >> 2); in xlr_sec_setup_digest()
1165 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASH, CTL_DSC_HASH_SHA512); in xlr_sec_setup_digest()
1170 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASHHI, CTL_DSC_HASH_GCM >> 2); in xlr_sec_setup_digest()
1171 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASH, CTL_DSC_HASH_GCM); in xlr_sec_setup_digest()
1176 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASHHI, CTL_DSC_HASH_KASUMI_F9 >> 2); in xlr_sec_setup_digest()
1177 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASH, CTL_DSC_HASH_KASUMI_F9); in xlr_sec_setup_digest()
1182 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASH, CTL_DSC_HASH_MD5); in xlr_sec_setup_digest()
1187 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASH, CTL_DSC_HASH_SHA1); in xlr_sec_setup_digest()
1192 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASH, CTL_DSC_HASH_SHA256); in xlr_sec_setup_digest()
1197 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASHHI, CTL_DSC_HASH_SHA384 >> 2); in xlr_sec_setup_digest()
1198 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASH, CTL_DSC_HASH_SHA384); in xlr_sec_setup_digest()
1203 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASHHI, CTL_DSC_HASH_SHA512 >> 2); in xlr_sec_setup_digest()
1204 SET_FIELD(ctl_desc->instruction, CTL_DSC_HASH, CTL_DSC_HASH_SHA512); in xlr_sec_setup_digest()
1211 SET_FIELD(ctl_desc->instruction, CTL_DSC_HMAC, CTL_DSC_HMAC_ON); in xlr_sec_setup_digest()
1217 SET_FIELD(ctl_desc->instruction, CTL_DSC_IHASH, CTL_DSC_IHASH_OLD); in xlr_sec_setup_digest()
1220 SET_FIELD(ctl_desc->instruction, CTL_DSC_IHASH, CTL_DSC_IHASH_NEW); in xlr_sec_setup_digest()
1235 ControlDescriptor_pt ctl_desc) in xlr_sec_setup_cksum() argument
1239 SET_FIELD(ctl_desc->instruction, CTL_DSC_CKSUM, CTL_DSC_CKSUM_NOP); in xlr_sec_setup_cksum()
1242 SET_FIELD(ctl_desc->instruction, CTL_DSC_CKSUM, CTL_DSC_CKSUM_IP); in xlr_sec_setup_cksum()
1257 ControlDescriptor_pt ctl_desc, in xlr_sec_control_setup() argument
1281 hmac_key = &ctl_desc->cipherHashInfo.infoHMAC.hmacKey0; in xlr_sec_control_setup()
1287 cipher_key = &ctl_desc->cipherHashInfo.infoARC4.cipherKey0; in xlr_sec_control_setup()
1293 cipher_key = &ctl_desc->cipherHashInfo.infoARC4HMAC.cipherKey0; in xlr_sec_control_setup()
1294 hmac_key = &ctl_desc->cipherHashInfo.infoARC4HMAC.hmacKey0; in xlr_sec_control_setup()
1301 cipher_key = &ctl_desc->cipherHashInfo.infoARC4State.cipherKey0; in xlr_sec_control_setup()
1303 &ctl_desc->cipherHashInfo.infoARC4State.Arc4SboxData0; in xlr_sec_control_setup()
1309 cipher_key = &ctl_desc->cipherHashInfo.infoARC4StateHMAC.cipherKey0; in xlr_sec_control_setup()
1311 &ctl_desc->cipherHashInfo.infoARC4StateHMAC.Arc4SboxData0; in xlr_sec_control_setup()
1312 hmac_key = &ctl_desc->cipherHashInfo.infoARC4StateHMAC.hmacKey0; in xlr_sec_control_setup()
1319 cipher_key = &ctl_desc->cipherHashInfo.infoKASUMIF8.cipherKey0; in xlr_sec_control_setup()
1325 cipher_key = &ctl_desc->cipherHashInfo.infoKASUMIF8HMAC.cipherKey0; in xlr_sec_control_setup()
1327 hmac_key = &ctl_desc->cipherHashInfo.infoKASUMIF8HMAC.hmacKey0; in xlr_sec_control_setup()
1333 cipher_key = &ctl_desc->cipherHashInfo.infoKASUMIF8HMAC2.cipherKey0; in xlr_sec_control_setup()
1335 hmac_key = &ctl_desc->cipherHashInfo.infoKASUMIF8HMAC2.hmacKey0; in xlr_sec_control_setup()
1341 cipher_key = &ctl_desc->cipherHashInfo.infoKASUMIF8GCM.cipherKey0; in xlr_sec_control_setup()
1343 hmac_key = &ctl_desc->cipherHashInfo.infoKASUMIF8GCM.GCMH0; in xlr_sec_control_setup()
1349 cipher_key = &ctl_desc->cipherHashInfo.infoKASUMIF8F9.cipherKey0; in xlr_sec_control_setup()
1351 hmac_key = &ctl_desc->cipherHashInfo.infoKASUMIF8F9.authKey0; in xlr_sec_control_setup()
1357 cipher_key = &ctl_desc->cipherHashInfo.infoDESHMAC.cipherKey0; in xlr_sec_control_setup()
1358 hmac_key = &ctl_desc->cipherHashInfo.infoDESHMAC.hmacKey0; in xlr_sec_control_setup()
1365 cipher_key = &ctl_desc->cipherHashInfo.infoDES.cipherKey0; in xlr_sec_control_setup()
1371 cipher_key = &ctl_desc->cipherHashInfo.info3DESHMAC.cipherKey0; in xlr_sec_control_setup()
1372 hmac_key = &ctl_desc->cipherHashInfo.info3DESHMAC.hmacKey0; in xlr_sec_control_setup()
1379 cipher_key = &ctl_desc->cipherHashInfo.info3DES.cipherKey0; in xlr_sec_control_setup()
1385 cipher_key = &ctl_desc->cipherHashInfo.infoAES128HMAC.cipherKey0; in xlr_sec_control_setup()
1386 hmac_key = &ctl_desc->cipherHashInfo.infoAES128HMAC.hmacKey0; in xlr_sec_control_setup()
1393 cipher_key = &ctl_desc->cipherHashInfo.infoAES128.cipherKey0; in xlr_sec_control_setup()
1399 cipher_key = &ctl_desc->cipherHashInfo.infoAES128HMAC.cipherKey0; in xlr_sec_control_setup()
1400 hmac_key = &ctl_desc->cipherHashInfo.infoAES128HMAC.hmacKey0; in xlr_sec_control_setup()
1407 cipher_key = &ctl_desc->cipherHashInfo.infoAES128.cipherKey0; in xlr_sec_control_setup()
1413 cipher_key = &ctl_desc->cipherHashInfo.infoAES128F8HMAC.cipherKey0; in xlr_sec_control_setup()
1414 hmac_key = &ctl_desc->cipherHashInfo.infoAES128F8HMAC.hmacKey0; in xlr_sec_control_setup()
1421 cipher_key = &ctl_desc->cipherHashInfo.infoAES128F8.cipherKey0; in xlr_sec_control_setup()
1427 cipher_key = &ctl_desc->cipherHashInfo.infoAES192HMAC.cipherKey0; in xlr_sec_control_setup()
1428 hmac_key = &ctl_desc->cipherHashInfo.infoAES192HMAC.hmacKey0; in xlr_sec_control_setup()
1435 cipher_key = &ctl_desc->cipherHashInfo.infoAES192.cipherKey0; in xlr_sec_control_setup()
1441 cipher_key = &ctl_desc->cipherHashInfo.infoAES192HMAC.cipherKey0; in xlr_sec_control_setup()
1442 hmac_key = &ctl_desc->cipherHashInfo.infoAES192HMAC.hmacKey0; in xlr_sec_control_setup()
1449 cipher_key = &ctl_desc->cipherHashInfo.infoAES192.cipherKey0; in xlr_sec_control_setup()
1455 cipher_key = &ctl_desc->cipherHashInfo.infoAES192F8HMAC.cipherKey0; in xlr_sec_control_setup()
1456 hmac_key = &ctl_desc->cipherHashInfo.infoAES192F8HMAC.hmacKey0; in xlr_sec_control_setup()
1463 cipher_key = &ctl_desc->cipherHashInfo.infoAES192F8.cipherKey0; in xlr_sec_control_setup()
1470 cipher_key = &ctl_desc->cipherHashInfo.infoAES256HMAC.cipherKey0; in xlr_sec_control_setup()
1471 hmac_key = &ctl_desc->cipherHashInfo.infoAES256HMAC.hmacKey0; in xlr_sec_control_setup()
1478 cipher_key = &ctl_desc->cipherHashInfo.infoAES256.cipherKey0; in xlr_sec_control_setup()
1484 cipher_key = &ctl_desc->cipherHashInfo.infoAES256HMAC.cipherKey0; in xlr_sec_control_setup()
1485 hmac_key = &ctl_desc->cipherHashInfo.infoAES256HMAC.hmacKey0; in xlr_sec_control_setup()
1492 cipher_key = &ctl_desc->cipherHashInfo.infoAES256.cipherKey0; in xlr_sec_control_setup()
1498 cipher_key = &ctl_desc->cipherHashInfo.infoAES256F8HMAC.cipherKey0; in xlr_sec_control_setup()
1499 hmac_key = &ctl_desc->cipherHashInfo.infoAES256F8HMAC.hmacKey0; in xlr_sec_control_setup()
1506 cipher_key = &ctl_desc->cipherHashInfo.infoAES256F8.cipherKey0; in xlr_sec_control_setup()
1512 hmac_key = &ctl_desc->cipherHashInfo.infoHMAC2.hmacKey0; in xlr_sec_control_setup()
1518 cipher_key = &ctl_desc->cipherHashInfo.infoARC4HMAC2.cipherKey0; in xlr_sec_control_setup()
1519 hmac_key = &ctl_desc->cipherHashInfo.infoARC4HMAC2.hmacKey0; in xlr_sec_control_setup()
1526 cipher_key = &ctl_desc->cipherHashInfo.infoARC4StateHMAC2.cipherKey0; in xlr_sec_control_setup()
1528 &ctl_desc->cipherHashInfo.infoARC4StateHMAC2.Arc4SboxData0; in xlr_sec_control_setup()
1529 hmac_key = &ctl_desc->cipherHashInfo.infoARC4StateHMAC2.hmacKey0; in xlr_sec_control_setup()
1536 cipher_key = &ctl_desc->cipherHashInfo.infoDESHMAC2.cipherKey0; in xlr_sec_control_setup()
1537 hmac_key = &ctl_desc->cipherHashInfo.infoDESHMAC2.hmacKey0; in xlr_sec_control_setup()
1544 cipher_key = &ctl_desc->cipherHashInfo.info3DESHMAC2.cipherKey0; in xlr_sec_control_setup()
1545 hmac_key = &ctl_desc->cipherHashInfo.info3DESHMAC2.hmacKey0; in xlr_sec_control_setup()
1552 cipher_key = &ctl_desc->cipherHashInfo.infoAES128HMAC2.cipherKey0; in xlr_sec_control_setup()
1553 hmac_key = &ctl_desc->cipherHashInfo.infoAES128HMAC2.hmacKey0; in xlr_sec_control_setup()
1560 cipher_key = &ctl_desc->cipherHashInfo.infoAES128HMAC2.cipherKey0; in xlr_sec_control_setup()
1561 hmac_key = &ctl_desc->cipherHashInfo.infoAES128HMAC2.hmacKey0; in xlr_sec_control_setup()
1568 cipher_key = &ctl_desc->cipherHashInfo.infoAES128F8HMAC2.cipherKey0; in xlr_sec_control_setup()
1569 hmac_key = &ctl_desc->cipherHashInfo.infoAES128F8HMAC2.hmacKey0; in xlr_sec_control_setup()
1576 cipher_key = &ctl_desc->cipherHashInfo.infoAES192HMAC2.cipherKey0; in xlr_sec_control_setup()
1577 hmac_key = &ctl_desc->cipherHashInfo.infoAES192HMAC2.hmacKey0; in xlr_sec_control_setup()
1584 cipher_key = &ctl_desc->cipherHashInfo.infoAES192HMAC2.cipherKey0; in xlr_sec_control_setup()
1585 hmac_key = &ctl_desc->cipherHashInfo.infoAES192HMAC2.hmacKey0; in xlr_sec_control_setup()
1592 cipher_key = &ctl_desc->cipherHashInfo.infoAES192F8HMAC2.cipherKey0; in xlr_sec_control_setup()
1593 hmac_key = &ctl_desc->cipherHashInfo.infoAES192F8HMAC2.hmacKey0; in xlr_sec_control_setup()
1600 cipher_key = &ctl_desc->cipherHashInfo.infoAES256HMAC2.cipherKey0; in xlr_sec_control_setup()
1601 hmac_key = &ctl_desc->cipherHashInfo.infoAES256HMAC2.hmacKey0; in xlr_sec_control_setup()
1608 cipher_key = &ctl_desc->cipherHashInfo.infoAES256HMAC2.cipherKey0; in xlr_sec_control_setup()
1609 hmac_key = &ctl_desc->cipherHashInfo.infoAES256HMAC2.hmacKey0; in xlr_sec_control_setup()
1616 cipher_key = &ctl_desc->cipherHashInfo.infoAES256F8HMAC2.cipherKey0; in xlr_sec_control_setup()
1617 hmac_key = &ctl_desc->cipherHashInfo.infoAES256F8HMAC2.hmacKey0; in xlr_sec_control_setup()
1624 hmac_key = &ctl_desc->cipherHashInfo.infoGCM.GCMH0; in xlr_sec_control_setup()
1630 cipher_key = &ctl_desc->cipherHashInfo.infoARC4GCM.cipherKey0; in xlr_sec_control_setup()
1631 hmac_key = &ctl_desc->cipherHashInfo.infoARC4GCM.GCMH0; in xlr_sec_control_setup()
1638 cipher_key = &ctl_desc->cipherHashInfo.infoARC4StateGCM.cipherKey0; in xlr_sec_control_setup()
1640 &ctl_desc->cipherHashInfo.infoARC4StateGCM.Arc4SboxData0; in xlr_sec_control_setup()
1641 hmac_key = &ctl_desc->cipherHashInfo.infoARC4StateGCM.GCMH0; in xlr_sec_control_setup()
1648 cipher_key = &ctl_desc->cipherHashInfo.infoDESGCM.cipherKey0; in xlr_sec_control_setup()
1649 hmac_key = &ctl_desc->cipherHashInfo.infoDESGCM.GCMH0; in xlr_sec_control_setup()
1656 cipher_key = &ctl_desc->cipherHashInfo.info3DESGCM.cipherKey0; in xlr_sec_control_setup()
1657 hmac_key = &ctl_desc->cipherHashInfo.info3DESGCM.GCMH0; in xlr_sec_control_setup()
1664 cipher_key = &ctl_desc->cipherHashInfo.infoAES128GCM.cipherKey0; in xlr_sec_control_setup()
1665 hmac_key = &ctl_desc->cipherHashInfo.infoAES128GCM.GCMH0; in xlr_sec_control_setup()
1672 cipher_key = &ctl_desc->cipherHashInfo.infoAES128GCM.cipherKey0; in xlr_sec_control_setup()
1673 hmac_key = &ctl_desc->cipherHashInfo.infoAES128GCM.GCMH0; in xlr_sec_control_setup()
1680 cipher_key = &ctl_desc->cipherHashInfo.infoAES128F8GCM.cipherKey0; in xlr_sec_control_setup()
1681 hmac_key = &ctl_desc->cipherHashInfo.infoAES128F8GCM.GCMH0; in xlr_sec_control_setup()
1688 cipher_key = &ctl_desc->cipherHashInfo.infoAES192GCM.cipherKey0; in xlr_sec_control_setup()
1689 hmac_key = &ctl_desc->cipherHashInfo.infoAES192GCM.GCMH0; in xlr_sec_control_setup()
1696 cipher_key = &ctl_desc->cipherHashInfo.infoAES192GCM.cipherKey0; in xlr_sec_control_setup()
1697 hmac_key = &ctl_desc->cipherHashInfo.infoAES192GCM.GCMH0; in xlr_sec_control_setup()
1704 cipher_key = &ctl_desc->cipherHashInfo.infoAES192F8GCM.cipherKey0; in xlr_sec_control_setup()
1705 hmac_key = &ctl_desc->cipherHashInfo.infoAES192F8GCM.GCMH0; in xlr_sec_control_setup()
1712 cipher_key = &ctl_desc->cipherHashInfo.infoAES256GCM.cipherKey0; in xlr_sec_control_setup()
1713 hmac_key = &ctl_desc->cipherHashInfo.infoAES256GCM.GCMH0; in xlr_sec_control_setup()
1720 cipher_key = &ctl_desc->cipherHashInfo.infoAES256GCM.cipherKey0; in xlr_sec_control_setup()
1721 hmac_key = &ctl_desc->cipherHashInfo.infoAES256GCM.GCMH0; in xlr_sec_control_setup()
1728 cipher_key = &ctl_desc->cipherHashInfo.infoAES256F8GCM.cipherKey0; in xlr_sec_control_setup()
1729 hmac_key = &ctl_desc->cipherHashInfo.infoAES256F8GCM.GCMH0; in xlr_sec_control_setup()
1736 hmac_key = &ctl_desc->cipherHashInfo.infoF9.authKey0; in xlr_sec_control_setup()
1742 cipher_key = &ctl_desc->cipherHashInfo.infoARC4F9.cipherKey0; in xlr_sec_control_setup()
1743 hmac_key = &ctl_desc->cipherHashInfo.infoARC4F9.authKey0; in xlr_sec_control_setup()
1750 cipher_key = &ctl_desc->cipherHashInfo.infoARC4StateF9.cipherKey0; in xlr_sec_control_setup()
1752 &ctl_desc->cipherHashInfo.infoARC4StateF9.Arc4SboxData0; in xlr_sec_control_setup()
1753 hmac_key = &ctl_desc->cipherHashInfo.infoARC4StateF9.authKey0; in xlr_sec_control_setup()
1760 cipher_key = &ctl_desc->cipherHashInfo.infoDESF9.cipherKey0; in xlr_sec_control_setup()
1761 hmac_key = &ctl_desc->cipherHashInfo.infoDESF9.authKey0; in xlr_sec_control_setup()
1768 cipher_key = &ctl_desc->cipherHashInfo.info3DESF9.cipherKey0; in xlr_sec_control_setup()
1769 hmac_key = &ctl_desc->cipherHashInfo.info3DESF9.authKey0; in xlr_sec_control_setup()
1776 cipher_key = &ctl_desc->cipherHashInfo.infoAES128F9.cipherKey0; in xlr_sec_control_setup()
1777 hmac_key = &ctl_desc->cipherHashInfo.infoAES128F9.authKey0; in xlr_sec_control_setup()
1784 cipher_key = &ctl_desc->cipherHashInfo.infoAES128F9.cipherKey0; in xlr_sec_control_setup()
1785 hmac_key = &ctl_desc->cipherHashInfo.infoAES128F9.authKey0; in xlr_sec_control_setup()
1792 cipher_key = &ctl_desc->cipherHashInfo.infoAES128F8F9.cipherKey0; in xlr_sec_control_setup()
1793 hmac_key = &ctl_desc->cipherHashInfo.infoAES128F8F9.authKey0; in xlr_sec_control_setup()
1800 cipher_key = &ctl_desc->cipherHashInfo.infoAES192F9.cipherKey0; in xlr_sec_control_setup()
1801 hmac_key = &ctl_desc->cipherHashInfo.infoAES192F9.authKey0; in xlr_sec_control_setup()
1808 cipher_key = &ctl_desc->cipherHashInfo.infoAES192F9.cipherKey0; in xlr_sec_control_setup()
1809 hmac_key = &ctl_desc->cipherHashInfo.infoAES192F9.authKey0; in xlr_sec_control_setup()
1816 cipher_key = &ctl_desc->cipherHashInfo.infoAES192F8F9.cipherKey0; in xlr_sec_control_setup()
1817 hmac_key = &ctl_desc->cipherHashInfo.infoAES192F8F9.authKey0; in xlr_sec_control_setup()
1824 cipher_key = &ctl_desc->cipherHashInfo.infoAES256F9.cipherKey0; in xlr_sec_control_setup()
1825 hmac_key = &ctl_desc->cipherHashInfo.infoAES256F9.authKey0; in xlr_sec_control_setup()
1832 cipher_key = &ctl_desc->cipherHashInfo.infoAES256F9.cipherKey0; in xlr_sec_control_setup()
1833 hmac_key = &ctl_desc->cipherHashInfo.infoAES256F9.authKey0; in xlr_sec_control_setup()
1840 cipher_key = &ctl_desc->cipherHashInfo.infoAES256F8F9.cipherKey0; in xlr_sec_control_setup()
1841 hmac_key = &ctl_desc->cipherHashInfo.infoAES256F8F9.authKey0; in xlr_sec_control_setup()
1867 temp = ctl_desc->cipherHashInfo.info3DES.cipherKey0; in xlr_sec_control_setup()
1868 ctl_desc->cipherHashInfo.info3DES.cipherKey0 = in xlr_sec_control_setup()
1869 ctl_desc->cipherHashInfo.info3DES.cipherKey2; in xlr_sec_control_setup()
1870 ctl_desc->cipherHashInfo.info3DES.cipherKey2 = temp; in xlr_sec_control_setup()
1877 ctl_size += sizeof(ctl_desc->instruction); in xlr_sec_control_setup()
1882 ctl_addr = (uint64_t) vtophys(ctl_desc); in xlr_sec_control_setup()
1886 ctl_desc, (unsigned long long)ctl_addr); in xlr_sec_control_setup()
2072 word = desc->ctl_desc.instruction; in decode_symkey_desc()
2088 info = (uint8_t *) & desc->ctl_desc->cipherHashInfo; in decode_symkey_desc()
2101 &desc->ctl_desc.cipherHashInfo.infoARC4.cipherKey0, in decode_symkey_desc()
2107 &desc->ctl_desc.cipherHashInfo.infoARC4HMAC.cipherKey0, in decode_symkey_desc()
2110 &desc->ctl_desc.cipherHashInfo.infoARC4HMAC.hmacKey0, in decode_symkey_desc()
2116 &desc->ctl_desc.cipherHashInfo.infoARC4State.cipherKey0, in decode_symkey_desc()
2122 &desc->ctl_desc.cipherHashInfo.infoARC4StateHMAC.cipherKey0, in decode_symkey_desc()
2125 &desc->ctl_desc.cipherHashInfo.infoARC4StateHMAC.hmacKey0, in decode_symkey_desc()
2131 &desc->ctl_desc.cipherHashInfo.infoKASUMIF8.cipherKey0, in decode_symkey_desc()
2137 &desc->ctl_desc.cipherHashInfo.infoKASUMIF8HMAC.cipherKey0, in decode_symkey_desc()
2140 &desc->ctl_desc.cipherHashInfo.infoKASUMIF8HMAC.hmacKey0, in decode_symkey_desc()
2146 &desc->ctl_desc.cipherHashInfo.infoKASUMIF8HMAC2.cipherKey0, in decode_symkey_desc()
2149 &desc->ctl_desc.cipherHashInfo.infoKASUMIF8HMAC2.hmacKey0, in decode_symkey_desc()
2155 &desc->ctl_desc.cipherHashInfo.infoKASUMIF8GCM.cipherKey0, in decode_symkey_desc()
2158 &desc->ctl_desc.cipherHashInfo.infoKASUMIF8GCM.GCMH0, in decode_symkey_desc()
2164 &desc->ctl_desc.cipherHashInfo.infoKASUMIF8F9.cipherKey0, in decode_symkey_desc()
2167 &desc->ctl_desc.cipherHashInfo.infoKASUMIF8F9.authKey0, in decode_symkey_desc()
2177 &desc->ctl_desc.cipherHashInfo.infoHMAC.hmacKey0, in decode_symkey_desc()
2183 &desc->ctl_desc.cipherHashInfo.infoDESHMAC.cipherKey0, in decode_symkey_desc()
2186 &desc->ctl_desc.cipherHashInfo.infoDESHMAC.hmacKey0, in decode_symkey_desc()
2192 &desc->ctl_desc.cipherHashInfo.infoDES.cipherKey0, in decode_symkey_desc()
2198 &desc->ctl_desc.cipherHashInfo.info3DESHMAC.cipherKey0, in decode_symkey_desc()
2201 &desc->ctl_desc.cipherHashInfo.info3DESHMAC.hmacKey0, in decode_symkey_desc()
2207 &desc->ctl_desc.cipherHashInfo.info3DES.cipherKey0, in decode_symkey_desc()
2213 &desc->ctl_desc.cipherHashInfo.infoAES128HMAC.cipherKey0, in decode_symkey_desc()
2216 &desc->ctl_desc.cipherHashInfo.infoAES128HMAC.hmacKey0, in decode_symkey_desc()
2222 &desc->ctl_desc.cipherHashInfo.infoAES128.cipherKey0, in decode_symkey_desc()
2228 &desc->ctl_desc.cipherHashInfo.infoAES128HMAC.cipherKey0, in decode_symkey_desc()
2231 &desc->ctl_desc.cipherHashInfo.infoAES128HMAC.hmacKey0, in decode_symkey_desc()
2237 &desc->ctl_desc.cipherHashInfo.infoAES128.cipherKey0, in decode_symkey_desc()
2243 &desc->ctl_desc.cipherHashInfo.infoAES192HMAC.cipherKey0, in decode_symkey_desc()
2246 &desc->ctl_desc.cipherHashInfo.infoAES192HMAC.hmacKey0, in decode_symkey_desc()
2252 &desc->ctl_desc.cipherHashInfo.infoAES192.cipherKey0, in decode_symkey_desc()
2258 &desc->ctl_desc.cipherHashInfo.infoAES192HMAC.cipherKey0, in decode_symkey_desc()
2261 &desc->ctl_desc.cipherHashInfo.infoAES192HMAC.hmacKey0, in decode_symkey_desc()
2267 &desc->ctl_desc.cipherHashInfo.infoAES192.cipherKey0, in decode_symkey_desc()
2274 &desc->ctl_desc.cipherHashInfo.infoAES256HMAC.cipherKey0, in decode_symkey_desc()
2277 &desc->ctl_desc.cipherHashInfo.infoAES256HMAC.hmacKey0, in decode_symkey_desc()
2283 &desc->ctl_desc.cipherHashInfo.infoAES256.cipherKey0, in decode_symkey_desc()
2289 &desc->ctl_desc.cipherHashInfo.infoAES256HMAC.cipherKey0, in decode_symkey_desc()
2292 &desc->ctl_desc.cipherHashInfo.infoAES256HMAC.hmacKey0, in decode_symkey_desc()
2298 &desc->ctl_desc.cipherHashInfo.infoAES256.cipherKey0, in decode_symkey_desc()
2304 &desc->ctl_desc.cipherHashInfo.infoARC4HMAC2.cipherKey0, in decode_symkey_desc()
2307 &desc->ctl_desc.cipherHashInfo.infoARC4HMAC2.hmacKey0, in decode_symkey_desc()
2313 &desc->ctl_desc.cipherHashInfo.infoARC4StateHMAC2.cipherKey0, in decode_symkey_desc()
2316 &desc->ctl_desc.cipherHashInfo.infoARC4StateHMAC2.hmacKey0, in decode_symkey_desc()
2322 &desc->ctl_desc.cipherHashInfo.infoHMAC2.hmacKey0, in decode_symkey_desc()
2328 &desc->ctl_desc.cipherHashInfo.infoDESHMAC2.cipherKey0, in decode_symkey_desc()
2331 &desc->ctl_desc.cipherHashInfo.infoDESHMAC2.hmacKey0, in decode_symkey_desc()
2337 &desc->ctl_desc.cipherHashInfo.info3DESHMAC2.cipherKey0, in decode_symkey_desc()
2340 &desc->ctl_desc.cipherHashInfo.info3DESHMAC2.hmacKey0, in decode_symkey_desc()
2346 &desc->ctl_desc.cipherHashInfo.infoAES128HMAC2.cipherKey0, in decode_symkey_desc()
2349 &desc->ctl_desc.cipherHashInfo.infoAES128HMAC2.hmacKey0, in decode_symkey_desc()
2355 &desc->ctl_desc.cipherHashInfo.infoAES128HMAC2.cipherKey0, in decode_symkey_desc()
2358 &desc->ctl_desc.cipherHashInfo.infoAES128HMAC2.hmacKey0, in decode_symkey_desc()
2364 &desc->ctl_desc.cipherHashInfo.infoAES192HMAC2.cipherKey0, in decode_symkey_desc()
2367 &desc->ctl_desc.cipherHashInfo.infoAES192HMAC2.hmacKey0, in decode_symkey_desc()
2373 &desc->ctl_desc.cipherHashInfo.infoAES192HMAC2.cipherKey0, in decode_symkey_desc()
2376 &desc->ctl_desc.cipherHashInfo.infoAES192HMAC2.hmacKey0, in decode_symkey_desc()
2382 &desc->ctl_desc.cipherHashInfo.infoAES256HMAC2.cipherKey0, in decode_symkey_desc()
2385 &desc->ctl_desc.cipherHashInfo.infoAES256HMAC2.hmacKey0, in decode_symkey_desc()
2392 &desc->ctl_desc.cipherHashInfo.infoAES256HMAC2.cipherKey0, in decode_symkey_desc()
2395 &desc->ctl_desc.cipherHashInfo.infoAES256HMAC2.hmacKey0, in decode_symkey_desc()
2401 &desc->ctl_desc.cipherHashInfo.infoARC4GCM.cipherKey0, in decode_symkey_desc()
2404 &desc->ctl_desc.cipherHashInfo.infoARC4GCM.GCMH0, in decode_symkey_desc()
2410 &desc->ctl_desc.cipherHashInfo.infoARC4StateGCM.cipherKey0, in decode_symkey_desc()
2413 &desc->ctl_desc.cipherHashInfo.infoARC4StateGCM.GCMH0, in decode_symkey_desc()
2419 &desc->ctl_desc.cipherHashInfo.infoGCM.GCMH0, in decode_symkey_desc()
2425 &desc->ctl_desc.cipherHashInfo.infoDESGCM.cipherKey0, in decode_symkey_desc()
2428 &desc->ctl_desc.cipherHashInfo.infoDESGCM.GCMH0, in decode_symkey_desc()
2434 &desc->ctl_desc.cipherHashInfo.info3DESGCM.cipherKey0, in decode_symkey_desc()
2437 &desc->ctl_desc.cipherHashInfo.info3DESGCM.GCMH0, in decode_symkey_desc()
2443 &desc->ctl_desc.cipherHashInfo.infoAES128GCM.cipherKey0, in decode_symkey_desc()
2446 &desc->ctl_desc.cipherHashInfo.infoAES128GCM.GCMH0, in decode_symkey_desc()
2452 &desc->ctl_desc.cipherHashInfo.infoAES128GCM.cipherKey0, in decode_symkey_desc()
2455 &desc->ctl_desc.cipherHashInfo.infoAES128GCM.GCMH0, in decode_symkey_desc()
2461 &desc->ctl_desc.cipherHashInfo.infoAES192GCM.cipherKey0, in decode_symkey_desc()
2464 &desc->ctl_desc.cipherHashInfo.infoAES192GCM.GCMH0, in decode_symkey_desc()
2470 &desc->ctl_desc.cipherHashInfo.infoAES192GCM.cipherKey0, in decode_symkey_desc()
2473 &desc->ctl_desc.cipherHashInfo.infoAES192GCM.GCMH0, in decode_symkey_desc()
2479 &desc->ctl_desc.cipherHashInfo.infoAES256GCM.cipherKey0, in decode_symkey_desc()
2482 &desc->ctl_desc.cipherHashInfo.infoAES256GCM.GCMH0, in decode_symkey_desc()
2488 &desc->ctl_desc.cipherHashInfo.infoAES256GCM.cipherKey0, in decode_symkey_desc()
2491 &desc->ctl_desc.cipherHashInfo.infoAES256GCM.GCMH0, in decode_symkey_desc()
2497 &desc->ctl_desc.cipherHashInfo.infoARC4F9.cipherKey0, in decode_symkey_desc()
2500 &desc->ctl_desc.cipherHashInfo.infoARC4F9.authKey0, in decode_symkey_desc()
2506 &desc->ctl_desc.cipherHashInfo.infoARC4StateF9.cipherKey0, in decode_symkey_desc()
2509 &desc->ctl_desc.cipherHashInfo.infoARC4StateF9.authKey0, in decode_symkey_desc()
2515 &desc->ctl_desc.cipherHashInfo.infoF9.authKey0, in decode_symkey_desc()
2521 &desc->ctl_desc.cipherHashInfo.infoDESF9.cipherKey0, in decode_symkey_desc()
2524 &desc->ctl_desc.cipherHashInfo.infoDESF9.authKey0, in decode_symkey_desc()
2530 &desc->ctl_desc.cipherHashInfo.info3DESF9.cipherKey0, in decode_symkey_desc()
2533 &desc->ctl_desc.cipherHashInfo.info3DESF9.authKey0, in decode_symkey_desc()
2539 &desc->ctl_desc.cipherHashInfo.infoAES128F9.cipherKey0, in decode_symkey_desc()
2542 &desc->ctl_desc.cipherHashInfo.infoAES128F9.authKey0, in decode_symkey_desc()
2548 &desc->ctl_desc.cipherHashInfo.infoAES128F9.cipherKey0, in decode_symkey_desc()
2551 &desc->ctl_desc.cipherHashInfo.infoAES128F9.authKey0, in decode_symkey_desc()
2557 &desc->ctl_desc.cipherHashInfo.infoAES192F9.cipherKey0, in decode_symkey_desc()
2560 &desc->ctl_desc.cipherHashInfo.infoAES192F9.authKey0, in decode_symkey_desc()
2566 &desc->ctl_desc.cipherHashInfo.infoAES192F9.cipherKey0, in decode_symkey_desc()
2569 &desc->ctl_desc.cipherHashInfo.infoAES192F9.authKey0, in decode_symkey_desc()
2575 &desc->ctl_desc.cipherHashInfo.infoAES256F9.cipherKey0, in decode_symkey_desc()
2578 &desc->ctl_desc.cipherHashInfo.infoAES256F9.authKey0, in decode_symkey_desc()
2584 &desc->ctl_desc.cipherHashInfo.infoAES256F9.cipherKey0, in decode_symkey_desc()
2587 &desc->ctl_desc.cipherHashInfo.infoAES256F9.authKey0, in decode_symkey_desc()
2593 &desc->ctl_desc.cipherHashInfo.infoAES128F8HMAC.cipherKey0, in decode_symkey_desc()
2596 &desc->ctl_desc.cipherHashInfo.infoAES128F8HMAC.hmacKey0, in decode_symkey_desc()
2602 &desc->ctl_desc.cipherHashInfo.infoAES128F8.cipherKey0, in decode_symkey_desc()
2608 &desc->ctl_desc.cipherHashInfo.infoAES192F8HMAC.cipherKey0, in decode_symkey_desc()
2611 &desc->ctl_desc.cipherHashInfo.infoAES192F8HMAC.hmacKey0, in decode_symkey_desc()
2617 &desc->ctl_desc.cipherHashInfo.infoAES192F8.cipherKey0, in decode_symkey_desc()
2623 &desc->ctl_desc.cipherHashInfo.infoAES256F8HMAC.cipherKey0, in decode_symkey_desc()
2626 &desc->ctl_desc.cipherHashInfo.infoAES256HMAC.hmacKey0, in decode_symkey_desc()
2632 &desc->ctl_desc.cipherHashInfo.infoAES256F8.cipherKey0, in decode_symkey_desc()
2638 &desc->ctl_desc.cipherHashInfo.infoAES128F8HMAC2.cipherKey0, in decode_symkey_desc()
2641 &desc->ctl_desc.cipherHashInfo.infoAES128F8HMAC2.hmacKey0, in decode_symkey_desc()
2647 &desc->ctl_desc.cipherHashInfo.infoAES192F8HMAC2.cipherKey0, in decode_symkey_desc()
2650 &desc->ctl_desc.cipherHashInfo.infoAES192F8HMAC2.hmacKey0, in decode_symkey_desc()
2656 &desc->ctl_desc.cipherHashInfo.infoAES256F8HMAC2.cipherKey0, in decode_symkey_desc()
2659 &desc->ctl_desc.cipherHashInfo.infoAES256F8HMAC2.hmacKey0, in decode_symkey_desc()
2665 &desc->ctl_desc.cipherHashInfo.infoAES128F8GCM.cipherKey0, in decode_symkey_desc()
2668 &desc->ctl_desc.cipherHashInfo.infoAES128GCM.GCMH0, in decode_symkey_desc()
2674 &desc->ctl_desc.cipherHashInfo.infoAES192F8GCM.cipherKey0, in decode_symkey_desc()
2677 &desc->ctl_desc.cipherHashInfo.infoAES192F8GCM.GCMH0, in decode_symkey_desc()
2683 &desc->ctl_desc.cipherHashInfo.infoAES256F8GCM.cipherKey0, in decode_symkey_desc()
2686 &desc->ctl_desc.cipherHashInfo.infoAES256F8GCM.GCMH0, in decode_symkey_desc()
2692 &desc->ctl_desc.cipherHashInfo.infoAES128F8F9.cipherKey0, in decode_symkey_desc()
2695 &desc->ctl_desc.cipherHashInfo.infoAES128F8F9.authKey0, in decode_symkey_desc()
2701 &desc->ctl_desc.cipherHashInfo.infoAES192F8F9.cipherKey0, in decode_symkey_desc()
2704 &desc->ctl_desc.cipherHashInfo.infoAES192F8F9.authKey0, in decode_symkey_desc()
2710 &desc->ctl_desc.cipherHashInfo.infoAES256F8F9.cipherKey0, in decode_symkey_desc()
2713 &desc->ctl_desc.cipherHashInfo.infoAES256F8F9.authKey0, in decode_symkey_desc()