HomeSort by relevance Sort by last modified time
    Searched refs:RSA_WORDS (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/lib/include/nanohub/
rsa.h 25 #define RSA_WORDS (RSA_BYTES / sizeof(uint32_t)) //limbs may change in size, but words are always same :)
  /device/google/contexthub/firmware/os/core/
bl.c 264 if (numWords % RSA_WORDS) // something is wrong
267 *numKeys = numWords / RSA_WORDS;
276 for (i = SHA2_HASH_WORDS + 1; i < RSA_WORDS - 1; i++) {
292 if ((rsaResult[RSA_WORDS - 1] >> 16) != 2)
294 if (!(rsaResult[RSA_WORDS - 1] & 0xff00) || !(rsaResult[RSA_WORDS - 1] & 0xff))
336 const uint32_t overhead = sizeof(*hdr) + 2 * RSA_WORDS;
361 osSigPubkey = osSigHash + RSA_WORDS;
364 for (i = 0, rsaKey = blExtApiGetRsaKeyInfo(&numRsaKeys); i < numRsaKeys; i++, rsaKey += RSA_WORDS) {
appSec.c 66 uint32_t rsaTmp[RSA_WORDS];

Completed in 156 milliseconds