Home
last modified time | relevance | path

Searched defs:rsa (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c124 static bool validateSignature(uint8_t *sigPack, struct RsaData *rsa, bool verbose, uint32_t *refHas… in validateSignature()
191 static int handleConvertKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa) in handleConvertKey()
226 static int handleVerify(uint8_t **pbuf, uint32_t bufUsed, struct RsaData *rsa, bool verbose, bool b… in handleVerify()
316 static int handleSign(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa, bool verbos… in handleSign()
440 struct RsaData rsa; in main() local
/device/google/contexthub/firmware/src/
DappSec.c63 struct RsaState rsa; member
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dbl.c739 struct RsaState rsa; in blVerifyOsImage() local