Searched refs:blExtApiGetRsaKeyInfo (Results 1 – 1 of 1) sorted by relevance
260 static const uint32_t *blExtApiGetRsaKeyInfo(uint32_t *numKeys) in blExtApiGetRsaKeyInfo() function364 …for (i = 0, rsaKey = blExtApiGetRsaKeyInfo(&numRsaKeys); i < numRsaKeys; i++, rsaKey += RSA_WORDS)… in blVerifyOsImage()703 .blGetPubKeysInfo = &blExtApiGetRsaKeyInfo,