Searched refs:GetHksPubKeyInnerFormat (Results 1 - 7 of 7) sorted by relevance
/base/security/huks/test/unittest/huks_standard_test/module_test/utils_test/src/ |
H A D | hks_client_service_adapter_common_test.cpp | 96 * @tc.desc: tdd HksClientServiceAdapterCommonTest003, function is GetHksPubKeyInnerFormat 102 int32_t ret = GetHksPubKeyInnerFormat(nullptr, nullptr, nullptr); in HWTEST_F() 108 ret = GetHksPubKeyInnerFormat(nullptr, &key, nullptr); in HWTEST_F()
|
/base/security/huks/utils/crypto_adapter/ |
H A D | hks_client_service_adapter_common.h | 29 int32_t GetHksPubKeyInnerFormat(const struct HksParamSet *paramSet, const struct HksBlob *key, struct HksBlob *outKey);
|
H A D | hks_client_service_adapter_common.c | 111 int32_t GetHksPubKeyInnerFormat(const struct HksParamSet *paramSet,
in GetHksPubKeyInnerFormat() function
|
/base/security/huks/interfaces/inner_api/huks_standard/source/ |
H A D | hks_api_adapter.c | 54 ret = GetHksPubKeyInnerFormat(paramSet, key, &innerKey); in HksImportKeyAdapter() 73 int32_t ret = GetHksPubKeyInnerFormat(paramSet, peerPublicKey, &publicKey); in HksAgreeKeyAdapter()
|
/base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
H A D | hks_sm_import_wrap_key.c | 121 ret = GetHksPubKeyInnerFormat(keyNode->paramSet, &peerPubKeyPart, &dataParams->peerPublicKey); in GetPublicKeyAndSignDataLength()
|
H A D | hks_core_service_key_generate.c | 401 ret = GetHksPubKeyInnerFormat(wrappingKeyNode->paramSet, &peerPubKeyPart, outPublicKey); in GetPublicKeyInnerFormat()
|
H A D | hks_core_service_three_stage.c | 1893 ret = GetHksPubKeyInnerFormat(keyNode->runtimeParamSet, srcData, &publicKey);
|
Completed in 10 milliseconds