Home
last modified time | relevance | path

Searched refs:roleInfoUnion (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c1968 importParams[idx++].uint32Param = roleInfoUnion->roleInfo; in ConstructImportPublicKeyParams()
2005 union KeyRoleInfoUnion roleInfoUnion; in ImportPublicKey() local
2006 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() local
2175 (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 …]