Home
last modified time | relevance | path

Searched refs:rsa (Results 1 – 25 of 86) sorted by relevance

1234

/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() argument
131 rsa->num[i] = le32toh(le32SigPack[i]); in validateSignature()
134 printHashRev(stderr, "RSA cyphertext", rsa->num, RSA_LIMBS); in validateSignature()
136 memcpy(rsa->modulus, sigPack + RSA_BYTES, RSA_BYTES); in validateSignature()
139 rsaResult = rsaPubOp(&rsa->state, rsa->num, rsa->modulus); in validateSignature()
191 static int handleConvertKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa) in handleConvertKey() argument
217 rsa->num[RSA_LIMBS - i - 1] = be32toh(be32Buf[i]); in handleConvertKey()
220 ret = fwrite(rsa->num, 1, RSA_BYTES, out) == RSA_BYTES ? 0 : 2; in handleConvertKey()
226 static int handleVerify(uint8_t **pbuf, uint32_t bufUsed, struct RsaData *rsa, bool verbose, bool b… in handleVerify() argument
232 memcpy(masterPubKey, rsa->modulus, RSA_BYTES); in handleVerify()
[all …]
DMakefile18 SRC = nanoapp_sign.c ../../lib/nanohub/rsa.c ../../lib/nanohub/sha2.c ../../lib/nanohub/nanoapp.c
/device/google/cuttlefish/host/commands/secure_env/rust/
Dlib.rs23 hmac::BoringHmac, rng::BoringRng, rsa::BoringRsa, sha256::BoringSha256,
98 let rsa = BoringRsa::default(); in ta_main() localVariable
113 rsa: Box::new(rsa), in ta_main()
/device/google/cuttlefish/host/frontend/webrtc_operator/certs/
Dcreate_certs.sh21 openssl rsa -passin pass:xxxx -in server.pass.key -out server.key
/device/google/contexthub/firmware/os/core/
DappSec.c62 struct RsaState rsa; member
387 …result = BL.blRsaPubOpIterative(&state->rsa, state->rsaTmp, state->dataWords, &state->rsaState1, &… in appSecDoSomeProcessing()
Dbl.c334 struct RsaState rsa; in blVerifyOsImage() local
377 …rsaResult = rsaPubOpIterative(&rsa, osSigHash, osSigPubkey, &rsaStateVar1, &rsaStateVar2, &rsaStep… in blVerifyOsImage()
/device/google/contexthub/lib/
DAndroid.bp49 "nanohub/rsa.c",
/device/google/contexthub/firmware/
Dfirmware.mk77 SRCS_bl += ../lib/nanohub/sha2.c ../lib/nanohub/rsa.c ../lib/nanohub/aes.c os/core/seos.c
/device/google/cuttlefish/tools/
Dnetwork-setup.sh282 sudo -u $SUDO_USER echo "n" | sudo -u $SUDO_USER ssh-keygen -q -t rsa -b 4096 -f $USER_HOME/.ssh/ro…
/device/google/atv/products/lowram_boot_profiles/
Dpreloaded-classes14153 com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.CipherSpi
14154 com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.CipherSpi$NoPadding
14155 com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.KeyFactorySpi
14156 com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.RSAUtil
Dboot-image-profile.txt13504 Lcom/android/org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$NoPadding;
13505 Lcom/android/org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi;
13506 Lcom/android/org/bouncycastle/jcajce/provider/asymmetric/rsa/KeyFactorySpi;
13507 Lcom/android/org/bouncycastle/jcajce/provider/asymmetric/rsa/RSAUtil;
/device/google/cuttlefish_prebuilts/kernel/mainline-arm/
DSystem.map85646 c1fbfe80 d rsa
/device/google/comet-kernels/6.1/24Q3-12157876/
DSystem.map89780 ffffffc00a05ac80 d rsa
/device/google/caimito-kernels/6.1/24Q3-12157876/
DSystem.map89780 ffffffc00a05ac80 d rsa
/device/google/caimito-kernels/6.1/24Q3-12157876/debug_kmemleak/
DSystem.map97303 ffffffc00a0dad00 d rsa
/device/google/comet-kernels/6.1/24Q3-12157876/debug_kmemleak/
DSystem.map97303 ffffffc00a0dad00 d rsa
/device/google/cuttlefish_prebuilts/kernel/6.1-i686/
DSystem.map90588 c29d4698 d rsa
/device/google/caimito-kernels/6.1/24Q3-12157876/debug_memory/
DSystem.map99079 ffffffc00a0ab3c0 d rsa
/device/google/comet-kernels/6.1/24Q3-12157876/debug_memory/
DSystem.map99079 ffffffc00a0ab3c0 d rsa
/device/google/comet-kernels/6.1/24Q3-12157876/kasan/
DSystem.map97459 ffffffc00ac0e400 d rsa
/device/google/cuttlefish_prebuilts/kernel/6.1-arm64-rockpi/
DSystem.map97848 ffffffc00a10ac80 d rsa
/device/google/comet-kernels/6.1/24Q3-12157876/debug_memory_accounting/
DSystem.map97235 ffffffc00a0bac80 d rsa
/device/google/comet-kernels/6.1/24Q3-12157876/debug_api/
DSystem.map97372 ffffffc009e2a0c0 d rsa
/device/linaro/dragonboard-kernel/android-5.4/
DSystem.map100290 ffffffc0122dd380 d rsa
/device/google/cuttlefish_prebuilts/kernel/5.4-i686/
DSystem.map86328 c251c538 d rsa

1234