Searched refs:ioctl_data (Results 1 – 2 of 2) sorted by relevance
783 IoctlTISAEncrypt_t *ioctl_data = &pIoctlPayload->body; in agtiapi_EncryptionIoctl() local785 pCard->ioctl_data = (void *) ioctl_data; in agtiapi_EncryptionIoctl()836 IoctlEncryptKekAdd_t *kek_add = (IoctlEncryptKekAdd_t *) &ioctl_data->request; in agtiapi_EncryptionIoctl()862 IoctlEncryptDekAdd_t *dek_add = (IoctlEncryptDekAdd_t *) &ioctl_data->request; in agtiapi_EncryptionIoctl()931 ioctl_data->encryptFunction = encryptSetDekMap; in agtiapi_EncryptionIoctl()932 ioctl_data->status = tiSuccess; in agtiapi_EncryptionIoctl()933 ioctl_data->subEvent = 0; in agtiapi_EncryptionIoctl()985 ioctl_data->encryptFunction = encryptErrorQuery; in agtiapi_EncryptionIoctl()986 ioctl_data->status = tiSuccess; in agtiapi_EncryptionIoctl()987 ioctl_data->subEvent = 0; in agtiapi_EncryptionIoctl()[all …]
350 void *ioctl_data; // encryption ioctl data pointer member