Searched refs:numKeys (Results 1 – 3 of 3) sorted by relevance
59 const uint32_t* (*blGetPubKeysInfo)(uint32_t *numKeys);
193 uint32_t numKeys, i; in pubKeyFindCbk() local196 ptr = BL.blGetPubKeysInfo(&numKeys); in pubKeyFindCbk()197 for (i = 0; ptr && i < numKeys; i++, ptr += RSA_LIMBS) { in pubKeyFindCbk()1200 uint32_t numKeys; in halLegacyQueryRsaKeys() local1205 ptr = BL.blGetPubKeysInfo(&numKeys); in halLegacyQueryRsaKeys()1206 if (ptr && numKeys * RSA_BYTES > req->offset) { in halLegacyQueryRsaKeys()1207 len = numKeys * RSA_BYTES - req->offset; in halLegacyQueryRsaKeys()1724 uint32_t numKeys; in halKeyInfo() local1730 ptr = BL.blGetPubKeysInfo(&numKeys); in halKeyInfo()1743 if (ptr && req->keyNum < numKeys) { in halKeyInfo()
260 static const uint32_t *blExtApiGetRsaKeyInfo(uint32_t *numKeys) in blExtApiGetRsaKeyInfo() argument267 *numKeys = numWords / RSA_WORDS; in blExtApiGetRsaKeyInfo()