Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dauth.cpp34 bool PostUIConfirm(string publicKey) in PostUIConfirm()
69 int RSA2RSAPublicKey(RSA *rsa, RSAPublicKey *publicKey) in RSA2RSAPublicKey()
153 RSAPublicKey publicKey; in WritePublicKeyfile() local
175 EVP_PKEY *publicKey = EVP_PKEY_new(); in GenerateKey() local
458 bool PostUIConfirm(string publicKey) in PostUIConfirm()
/developtools/smartperf_host/ide/src/hdc/hdcclient/
DHdcClient.ts100 …const publicKey = data.success && (`smartPerf-Host` + String.fromCharCode(12) + data.data.publicKe… constant
/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/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DBcSignedDataGenerator.java203 private boolean verifySignFromServer(PublicKey publicKey, byte[] signBytes, in verifySignFromServer()
/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_cpp/api/src/
Dcert_tools.cpp670 EVP_PKEY* publicKey = X509_REQ_get_pubkey(subjectCsr); in SetCertPublickKey() local