Home
last modified time | relevance | path

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

/developtools/hdc_standard/src/common/
Dauth.cpp33 bool PostUIConfirm(string publicKey) in PostUIConfirm()
68 int RSA2RSAPublicKey(RSA *rsa, RSAPublicKey *publicKey) in RSA2RSAPublicKey()
152 RSAPublicKey publicKey; in WritePublicKeyfile() local
174 EVP_PKEY *publicKey = EVP_PKEY_new(); in GenerateKey() local
449 bool PostUIConfirm(string publicKey) in PostUIConfirm()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DHapVerify.java374 PublicKey publicKey = cert.getPublicKey(); in printCert() local
379 private int getKeySize(PublicKey publicKey) { in getKeySize()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DBcPkcs7Generator.java240 PublicKey publicKey = signerConfig.getCertificates().get(0).getPublicKey(); in verifySignatureFromServer() local