Searched refs:algorithmTypeRange (Results 1 – 1 of 1) sorted by relevance
540 uint8_t algorithmTypeRange[] = { ALGO_TYPE_AES_256, ALGO_TYPE_P256, ALGO_TYPE_ED25519 }; in SetAlgorithmType() local541 uint32_t length = sizeof(algorithmTypeRange) / sizeof(algorithmTypeRange[0]); in SetAlgorithmType()542 if (!IsValueInArray(credential->algorithmType, algorithmTypeRange, length)) { in SetAlgorithmType()