Home
last modified time | relevance | path

Searched defs:publicKey (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/hdc/hdcclient/
DHdcClient.ts100 …const publicKey = data.success && (`smartPerf-Host` + String.fromCharCode(12) + data.data.publicKe… constant
/developtools/hdc/src/common/
Dauth.cpp38 bool PostUIConfirm(string publicKey) in PostUIConfirm()
73 int RSA2RSAPublicKey(RSA *rsa, RSAPublicKey *publicKey) in RSA2RSAPublicKey()
157 RSAPublicKey publicKey; in WritePublicKeyfile() local
183 EVP_PKEY *publicKey = EVP_PKEY_new(); in GenerateKey() local
466 bool PostUIConfirm(string publicKey) in PostUIConfirm()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DHapVerify.java405 PublicKey publicKey = cert.getPublicKey(); in printCert() local
410 private int getKeySize(PublicKey publicKey) { in getKeySize()
/developtools/hdc/test/unittest/common/
Dhdc_ssl_ut.cpp68 void GenerateRSAKeyPair(std::string& publicKey, std::string& privateKey) in GenerateRSAKeyPair()
606 string publicKey; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DBcPkcs7Generator.java241 PublicKey publicKey = signerConfig.getCertificates().get(0).getPublicKey(); in verifySignatureFromServer() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DBcSignedDataGenerator.java219 private boolean verifySignFromServer(PublicKey publicKey, byte[] signBytes, in verifySignFromServer()
/developtools/hapsigner/hapsigntool_cpp/api/src/
Dcert_tools.cpp670 EVP_PKEY* publicKey = X509_REQ_get_pubkey(subjectCsr); in SetCertPublickKey() local