Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dbl.c631 static const uint32_t *blExtApiGetRsaKeyInfo(uint32_t *numKeys) in blExtApiGetRsaKeyInfo() function
688 .blGetPubKeysInfo = &blExtApiGetRsaKeyInfo,
769 …for (i = 0, rsaKey = blExtApiGetRsaKeyInfo(&numRsaKeys); i < numRsaKeys; i++, rsaKey += RSA_WORDS)… in blVerifyOsImage()