Searched refs:numKeys (Results 1 – 3 of 3) sorted by relevance
176 uint32_t numKeys, i; in pubKeyFindCbk() local179 ptr = BL.blGetPubKeysInfo(&numKeys); in pubKeyFindCbk()180 for (i = 0; ptr && i < numKeys; i++, ptr += RSA_LIMBS) { in pubKeyFindCbk()1073 uint32_t numKeys; in halQueryRsaKeys() local1078 ptr = BL.blGetPubKeysInfo(&numKeys); in halQueryRsaKeys()1079 if (ptr && numKeys * RSA_BYTES > req->offset) { in halQueryRsaKeys()1080 len = numKeys * RSA_BYTES - req->offset; in halQueryRsaKeys()
74 const uint32_t* (*blGetPubKeysInfo)(uint32_t *numKeys);
631 static const uint32_t *blExtApiGetRsaKeyInfo(uint32_t *numKeys) in blExtApiGetRsaKeyInfo() argument638 *numKeys = numWords / RSA_WORDS; in blExtApiGetRsaKeyInfo()