Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c230 uint32_t masterPubKey[RSA_LIMBS]; in handleVerify() local
232 memcpy(masterPubKey, rsa->modulus, RSA_BYTES); in handleVerify()
270 if (memcmp(masterPubKey, rsa->modulus, RSA_BYTES) == 0) { in handleVerify()
300 if (memcmp(masterPubKey, sigPack + RSA_BYTES, RSA_BYTES) == 0) { in handleVerify()