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