Home
last modified time | relevance | path

Searched defs:rsa (Results 1 – 6 of 6) 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/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
Dkey.c47 RSA *rsa = NULL; in key_create_rsa() local
/device/google/contexthub/firmware/os/core/
DappSec.c62 struct RsaState rsa; member
Dbl.c334 struct RsaState rsa; in blVerifyOsImage() local
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DMyWebSocketHandler.cpp549 std::unique_ptr<RSA, std::function<void(RSA *)>> rsa( in CreateDTLSCertificateAndKey() local
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm20.h1553 BYTE rsa[MAX_RSA_KEY_BYTES]; member
1573 TPM2B_PUBLIC_KEY_RSA rsa; member
1643 TPM2B_PRIVATE_KEY_RSA rsa; member