Home
last modified time | relevance | path

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

/base/security/device_auth/services/identity_service/src/
Didentity_operation.c538 uint8_t algorithmTypeRange[] = { ALGO_TYPE_AES_256, ALGO_TYPE_P256, ALGO_TYPE_ED25519 }; in SetAlgorithmType() local
539 uint32_t length = sizeof(algorithmTypeRange) / sizeof(algorithmTypeRange[0]); in SetAlgorithmType()
540 if (!IsValueInArray(credential->algorithmType, algorithmTypeRange, length)) { in SetAlgorithmType()