Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DnanohubCommand.c176 uint32_t numKeys, i; in pubKeyFindCbk() local
179 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() local
1078 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()
/device/google/contexthub/firmware/inc/platform/stm32f4xx/
Dbl.h74 const uint32_t* (*blGetPubKeysInfo)(uint32_t *numKeys);
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dbl.c631 static const uint32_t *blExtApiGetRsaKeyInfo(uint32_t *numKeys) in blExtApiGetRsaKeyInfo() argument
638 *numKeys = numWords / RSA_WORDS; in blExtApiGetRsaKeyInfo()