Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dbl.c260 static const uint32_t *blExtApiGetRsaKeyInfo(uint32_t *numKeys) in blExtApiGetRsaKeyInfo() function
364 …for (i = 0, rsaKey = blExtApiGetRsaKeyInfo(&numRsaKeys); i < numRsaKeys; i++, rsaKey += RSA_WORDS)… in blVerifyOsImage()
703 .blGetPubKeysInfo = &blExtApiGetRsaKeyInfo,