Searched refs:addr_table (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/dev/pms/freebsd/driver/common/ |
| H A D | lxencrypt.c | 869 bit32 addr_table[2]; in agtiapi_EncryptionIoctl() local 870 memset(addr_table, 0, sizeof(addr_table)); in agtiapi_EncryptionIoctl() 886 memcpy(addr_table, &addr, sizeof(addr)); in agtiapi_EncryptionIoctl() 894 …rc = tiCOMEncryptDekAdd(tiRoot, kek_index, dek_table, addr_table[1], addr_table[0], dek_index, 1, … in agtiapi_EncryptionIoctl()
|