Home
last modified time | relevance | path

Searched defs:pubKeyInfo (Results 1 – 10 of 10) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
Dhks_test_curve25519.c150 int32_t TestImportEd25519(struct HksBlob alias, struct HksBlob *pubKeyInfo) in TestImportEd25519()
202 struct HksBlob pubKeyInfo = { pubKeyLen, pubKey }; in TestExportImportEd25519SignVerify() local
328 struct HksBlob pubKeyInfo = { pubKeyLen, pubKey }; in TestEd25519SignTeeVerifyLocal() local
Dhks_safe_cipher_key_test.cpp97 struct HksBlob pubKeyInfo = { pubKeyLen, pubKey }; variable
/base/security/huks/test/unittest/huks_lite_test/common/
Dhks_test_curve25519.c152 int32_t TestImportEd25519(struct HksBlob alias, struct HksBlob *pubKeyInfo) in TestImportEd25519()
202 struct HksBlob pubKeyInfo = { pubKeyLen, pubKey }; in TestExportImportEd25519SignVerify() local
326 struct HksBlob pubKeyInfo = { g_pubKeyLen, g_pubKey }; in TestEd25519SignTeeVerifyLocal() local
/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/
Dhks_safe_cipher_key_test.cpp93 struct HksBlob pubKeyInfo = { pubKeyLen, pubKey }; variable
/base/security/huks/utils/crypto_adapter/
Dhks_client_service_adapter_lite.c316 struct HksPubKeyInfo *pubKeyInfo = (struct HksPubKeyInfo *)keyBuffer; in X509PublicKeyToRsa() local
377 struct HksPubKeyInfo *pubKeyInfo = (struct HksPubKeyInfo *)keyBuffer; in X509PublicKeyToEcc() local
Dhks_client_service_adapter.c580 struct HksPubKeyInfo *pubKeyInfo = (struct HksPubKeyInfo *)keyBuffer; in X509PublicKeyToRsa() local
632 struct HksPubKeyInfo *pubKeyInfo = (struct HksPubKeyInfo *)keyBuffer; in EcKeyToPublicKey() local
687 struct HksPubKeyInfo *pubKeyInfo = (struct HksPubKeyInfo *)rawInfo; in EvpPkeyToHksPubKeyInfo() local
/base/security/huks/test/unittest/huks_standard_test/module_test/interface_test/src/
Dhks_native_api_compatibility_test.cpp848 struct OH_Huks_PubKeyInfo pubKeyInfo; variable
/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
Dhks_safe_cipher_key_test.c135 struct HksBlob pubKeyInfo = { pubKeyLen, pubKey }; in LITE_TEST_CASE() local
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
Dopenssl_rsa_helper.c149 struct HksPubKeyInfo *pubKeyInfo = (struct HksPubKeyInfo *)publicKey->data; in X509ToRsaPublicKey() local
Dopenssl_ecc_helper.c482 struct HksPubKeyInfo *pubKeyInfo = (struct HksPubKeyInfo *)keyBuffer; in EcKeyToPublicKey() local