Home
last modified time | relevance | path

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

/base/security/deviceauth/deps_adapter/key_management_adapter/interfaces/
Dhuks_adapter.h69 uint8_t pairType; member
Dalg_defs.h38 int32_t pairType; member
/base/security/deviceauth/deps_adapter/key_management_adapter/impl/src/standard/
Dhuks_adapter.c998 CHECK_LEN_HIGHER_RETURN(exInfo->pairType, PAIR_TYPE_END - 1, "pairType"); in ImportPublicKey()
1006 roleInfoUnion.roleInfoStruct.pairType = (uint8_t)exInfo->pairType; in ImportPublicKey()
1150 CHECK_LEN_HIGHER_RETURN(exInfo->pairType, PAIR_TYPE_END - 1, "pairType"); in ConstructImportSymmetricKeyParam()
1160 roleInfoUnion.roleInfoStruct.pairType = (uint8_t)exInfo->pairType; in ConstructImportSymmetricKeyParam()
/base/security/deviceauth/deps_adapter/key_management_adapter/impl/src/mini/
Dhuks_adapter.c459 CHECK_LEN_HIGHER_RETURN(exInfo->pairType, PAIR_TYPE_END - 1, "pairType"); in ConstructImportSymmetricKeyParam()
469 roleInfoUnion.roleInfoStruct.pairType = (uint8_t)exInfo->pairType; in ConstructImportSymmetricKeyParam()
/base/security/deviceauth/deps_adapter/key_management_adapter/impl/src/small/
Dhuks_adapter.c987 CHECK_LEN_HIGHER_RETURN(exInfo->pairType, PAIR_TYPE_END - 1, "pairType"); in ImportPublicKey()
995 roleInfoUnion.roleInfoStruct.pairType = (uint8_t)exInfo->pairType; in ImportPublicKey()