Searched refs:masterPubKey (Results 1 – 1 of 1) sorted by relevance
230 uint32_t masterPubKey[RSA_LIMBS]; in handleVerify() local232 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()