Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dauth.cpp68 int RSA2RSAPublicKey(RSA *rsa, RSAPublicKey *publicKey) in RSA2RSAPublicKey()
176 RSA *rsa = RSA_new(); in GenerateKey() local
233 RSA *rsa = RSA_new(); in ReadKey() local
292 int AuthSign(void *rsa, const unsigned char *token, size_t tokenSize, void *sig) in AuthSign()
414 RSA *rsa = nullptr; in AuthVerify() local
500 RSA *rsa = RSA_new(); in GenerateNewKey() local
708 RSA *rsa = nullptr; in LoadPrivateKey() local
741 RSA *rsa = nullptr; in RsaSignAndBase64() local
/developtools/hdc/hdc_rust/src/host/
Dauth.rs38 let rsa = load_or_create_prikey()?; in handshake_with_daemon() localVariable
/developtools/hdc/hdc_rust/src/daemon/
Dauth.rs340 let rsa = if let Ok(cipher) = Rsa::public_key_from_pem(pubkey.as_bytes()) { in validate_signature() localVariable