Searched defs:rsa (Results  1 – 4 of 4) sorted by relevance
| /device/google/contexthub/util/nanoapp_sign/ | 
| D | nanoapp_sign.c | 124 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/cuttlefish/host/commands/secure_env/rust/ | 
| D | lib.rs | 74     let rsa = BoringRsa::default();  in ta_main()  localVariable
 | 
| /device/google/contexthub/firmware/os/core/ | 
| D | appSec.c | 62             struct RsaState rsa;  member
 | 
| D | bl.c | 334     struct RsaState rsa;  in blVerifyOsImage()  local
 |