Home
last modified time | relevance | path

Searched defs:pubKey (Results 1 – 11 of 11) sorted by relevance

/applications/standard/app_samples/code/DocsSample/Security/CryptoArchitectureKit/KeyGenerationConversion/RandomlyGenerateAsymmetricKeyPair/entry/src/main/cpp/types/project/
Drsa.cpp40 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); in randomGenerateAsymKey() local
Dsm2.cpp40 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(dupKeyPair); in randomGenerateRSA() local
/applications/standard/app_samples/code/DocsSample/Security/CryptoArchitectureKit/KeyGenerationConversion/ECCCompressPublicKeyFormatConversion/entry/src/main/cpp/types/project/
DspecifyUncompressedPublicKey.cpp49 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); in doTestEccDataCovert() local
/applications/standard/app_samples/code/DocsSample/Security/CryptoArchitectureKit/SignatureVerification/SigningSignatureVerification/entry/src/main/cpp/types/project/
Drsa_pss_verification_tool.cpp90 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); in DoTestRsaPssSignatureSeg() local
Drsa_pkcs1_signature_restoration.cpp73 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); in DoTestRsaSignatureRecover() local
Dsm2_signature_verification.cpp61 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); in DoTestSm2Signature() local
Drsa_pkcs1_signature_validator.cpp76 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); in DoTestRsaSignature() local
Decdsa_signature_verification.cpp54 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); in DoTestEcdsaSignature() local
Drsa_pkcs1_segment_signature.cpp77 OH_CryptoPubKey *pubKey = OH_CryptoKeyPair_GetPubKey(keyPair); in DoTestRsaSignatureSeg() local
/applications/standard/app_samples/code/DocsSample/Security/UniversalKeystoreKit/KeyGenerationImport/KeyImport/DevelopmentGuidelines/ImportKeyPlainText/entry/src/main/cpp/
Dnapi_init.cpp54 …uint8_t pubKey[OH_HUKS_AES_KEY_SIZE_32] = {0xfb, 0x8b, 0x9f, 0x12, 0xa0, 0x83, 0x19, 0xbe, 0x6a, 0… in ImportKey() local
/applications/standard/app_samples/code/DocsSample/Security/UniversalKeystoreKit/OtherOperations/KeyExport/entry/src/main/cpp/
Dnapi_init.cpp82 uint8_t *pubKey = (uint8_t *)malloc(512); // 请业务按实际密钥大小评估申请 in ExportKey() local