Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_curve25519_func.cpp139 int32_t TestImportEd25519(struct HksBlob alias, struct HksBlob *pubKeyInfo) in TestImportEd25519()
189 struct HksBlob pubKeyInfo = { pubKeyLen, pubKey }; in TestExportImportEd25519SignVerify() local
313 struct HksBlob pubKeyInfo = { g_pubKeyLen, g_pubKey }; in TestEd25519SignTeeVerifyLocal() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_safe_cipher_key_test.cpp99 struct HksBlob pubKeyInfo = { pubKeyLen, pubKey }; variable
/ohos5.0/base/security/huks/utils/crypto_adapter/
H A 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
H A Dhks_client_service_adapter.c469 struct HksPubKeyInfo *pubKeyInfo = (struct HksPubKeyInfo *)keyBuffer; in X509PublicKeyToRsa() local
521 struct HksPubKeyInfo *pubKeyInfo = (struct HksPubKeyInfo *)keyBuffer; in EcKeyToPublicKey() local
576 struct HksPubKeyInfo *pubKeyInfo = (struct HksPubKeyInfo *)rawInfo; in EvpPkeyToHksPubKeyInfo() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/interface_test/src/
H A Dhks_native_api_compatibility_test.cpp829 struct OH_Huks_PubKeyInfo pubKeyInfo; variable
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dopenssl_rsa_helper.c149 struct HksPubKeyInfo *pubKeyInfo = (struct HksPubKeyInfo *)publicKey->data; in X509ToRsaPublicKey() local
H A Dopenssl_ecc_helper.c482 struct HksPubKeyInfo *pubKeyInfo = (struct HksPubKeyInfo *)keyBuffer; in EcKeyToPublicKey() local