Home
last modified time | relevance | path

Searched refs:GenerateKeyPair (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/test/unittest/base_test/src/
H A Dkey_mgr_test.cpp43 EXPECT_EQ(GenerateKeyPair(), RESULT_SUCCESS);
50 EXPECT_EQ(GenerateKeyPair(), RESULT_SUCCESS);
58 EXPECT_EQ(GenerateKeyPair(), RESULT_SUCCESS);
66 EXPECT_EQ(GenerateKeyPair(), RESULT_SUCCESS);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/key_mgr/inc/
H A Ded25519_key.h26 ResultCode GenerateKeyPair(void);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/hal_sdk/
H A Duseriam_common.cpp57 if (GenerateKeyPair() != RESULT_SUCCESS) { in Init()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/key_mgr/src/
H A Ded25519_key.c27 ResultCode GenerateKeyPair(void) in GenerateKeyPair() function
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Drsa_asy_key_generator_openssl.c899 static HcfResult GenerateKeyPair(HcfAsyKeyGenSpiRsaParams *params, HcfKeyPair **keyPair) in GenerateKeyPair() function
956 return GenerateKeyPair(impl->params, keyPair); in EngineGenerateKeyPair()
/ohos5.0/base/security/crypto_framework/frameworks/key/
H A Dasy_key_generator.c1262 static HcfResult GenerateKeyPair(HcfAsyKeyGenerator *self, HcfParamsSpec *params, in GenerateKeyPair() function
1401 returnGenerator->base.generateKeyPair = GenerateKeyPair; in HcfAsyKeyGeneratorCreate()
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c1643 static int32_t GenerateKeyPair(Algorithm algo, Uint8Buff *outPriKey, Uint8Buff *outPubKey) in GenerateKeyPair() function
2264 .generateKeyPair = GenerateKeyPair,