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