Searched refs:printHashRev (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/util/nanoapp_sign/ |
D | nanoapp_sign.c | 134 printHashRev(stderr, "RSA cyphertext", rsa->num, RSA_LIMBS); in validateSignature() 143 printHashRev(stderr, "RSA plaintext", rsaResult, RSA_LIMBS); in validateSignature() 295 printHashRev(stderr, "File PubKey", (uint32_t *)(sigPack + RSA_BYTES), RSA_LIMBS); in handleVerify() 380 printHashRev(stderr, "RSA plaintext", rsa->num, RSA_LIMBS); in handleSign() 389 printHashRev(stderr, "RSA cyphertext", rsaResult, RSA_LIMBS); in handleSign() 507 printHashRev(stderr, "RSA exponent", rsa.exponent, RSA_LIMBS); in main() 515 printHashRev(stderr, "RSA modulus", rsa.modulus, RSA_LIMBS); in main()
|
/device/google/contexthub/lib/include/nanohub/ |
D | nanoapp.h | 28 void printHashRev(FILE *out, const char *pfx, const uint32_t *hash, size_t size);
|
/device/google/contexthub/lib/nanohub/ |
D | nanoapp.c | 115 void printHashRev(FILE *out, const char *pfx, const uint32_t *hash, size_t size) in printHashRev() function
|