Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dbl.h59 const uint32_t* (*blGetPubKeysInfo)(uint32_t *numKeys);
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c193 uint32_t numKeys, i; in pubKeyFindCbk() local
196 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() local
1205 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() local
1730 ptr = BL.blGetPubKeysInfo(&numKeys); in halKeyInfo()
1743 if (ptr && req->keyNum < numKeys) { in halKeyInfo()
Dbl.c260 static const uint32_t *blExtApiGetRsaKeyInfo(uint32_t *numKeys) in blExtApiGetRsaKeyInfo() argument
267 *numKeys = numWords / RSA_WORDS; in blExtApiGetRsaKeyInfo()