Home
last modified time | relevance | path

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

/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
Dhuks_adapter.h70 uint8_t pairType; member
Dalg_defs.h38 int32_t pairType; member
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/
Dhuks_adapter.c1127 CHECK_LEN_HIGHER_RETURN(exInfo->pairType, PAIR_TYPE_END - 1, "pairType"); in ImportPublicKey()
1135 roleInfoUnion.roleInfoStruct.pairType = (uint8_t)exInfo->pairType; in ImportPublicKey()
1286 CHECK_LEN_HIGHER_RETURN(exInfo->pairType, PAIR_TYPE_END - 1, "pairType"); in ConstructImportSymmetricKeyParam()
1296 roleInfoUnion.roleInfoStruct.pairType = (uint8_t)exInfo->pairType; in ConstructImportSymmetricKeyParam()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/mini/
Dhuks_adapter.c460 CHECK_LEN_HIGHER_RETURN(exInfo->pairType, PAIR_TYPE_END - 1, "pairType"); in ConstructImportSymmetricKeyParam()
470 roleInfoUnion.roleInfoStruct.pairType = (uint8_t)exInfo->pairType; in ConstructImportSymmetricKeyParam()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/small/
Dhuks_adapter.c999 CHECK_LEN_HIGHER_RETURN(exInfo->pairType, PAIR_TYPE_END - 1, "pairType"); in ImportPublicKey()
1007 roleInfoUnion.roleInfoStruct.pairType = (uint8_t)exInfo->pairType; in ImportPublicKey()