Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DnanohubCommand.c184 uint32_t numKeys, i; in pubKeyFindCbk() local
187 ptr = BL.blGetPubKeysInfo(&numKeys); in pubKeyFindCbk()
188 for (i = 0; ptr && i < numKeys; i++, ptr += RSA_LIMBS) { in pubKeyFindCbk()
1106 uint32_t numKeys; in halQueryRsaKeys() local
1111 ptr = BL.blGetPubKeysInfo(&numKeys); in halQueryRsaKeys()
1112 if (ptr && numKeys * RSA_BYTES > req->offset) { in halQueryRsaKeys()
1113 len = numKeys * RSA_BYTES - req->offset; in halQueryRsaKeys()
Dbl.c260 static const uint32_t *blExtApiGetRsaKeyInfo(uint32_t *numKeys) in blExtApiGetRsaKeyInfo() argument
267 *numKeys = numWords / RSA_WORDS; in blExtApiGetRsaKeyInfo()
/device/google/contexthub/firmware/os/inc/
Dbl.h59 const uint32_t* (*blGetPubKeysInfo)(uint32_t *numKeys);