Searched refs:roleInfoUnion (Results 1 – 1 of 1) sorted by relevance
1968 importParams[idx++].uint32Param = roleInfoUnion->roleInfo; in ConstructImportPublicKeyParams()2005 union KeyRoleInfoUnion roleInfoUnion; in ImportPublicKey() local2006 roleInfoUnion.roleInfoStruct.userType = (uint8_t)exInfo->userType; in ImportPublicKey()2007 roleInfoUnion.roleInfoStruct.pairType = (uint8_t)exInfo->pairType; in ImportPublicKey()2008 roleInfoUnion.roleInfoStruct.reserved1 = (uint8_t)0; in ImportPublicKey()2009 roleInfoUnion.roleInfoStruct.reserved2 = (uint8_t)0; in ImportPublicKey()2174 union KeyRoleInfoUnion roleInfoUnion; in ConstructImportSymmetricKeyParam() local2175 (void)memset_s(&roleInfoUnion, sizeof(roleInfoUnion), 0, sizeof(roleInfoUnion)); in ConstructImportSymmetricKeyParam()2178 roleInfoUnion.roleInfoStruct.userType = (uint8_t)exInfo->userType; in ConstructImportSymmetricKeyParam()2179 roleInfoUnion.roleInfoStruct.pairType = (uint8_t)exInfo->pairType; in ConstructImportSymmetricKeyParam()[all …]