Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
H A Dhuks_adapter.h76 struct KeyRoleInfo roleInfoStruct; member
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c2006 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()
2178 roleInfoUnion.roleInfoStruct.userType = (uint8_t)exInfo->userType; in ConstructImportSymmetricKeyParam()
2179 roleInfoUnion.roleInfoStruct.pairType = (uint8_t)exInfo->pairType; in ConstructImportSymmetricKeyParam()