Home
last modified time | relevance | path

Searched refs:OH_CryptoSymKeyGenerator_Create (Results 1 - 4 of 4) sorted by relevance

/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_sym_key_test.cpp54 OH_Crypto_ErrCode ret = OH_CryptoSymKeyGenerator_Create("AES128", &ctx); in HWTEST_F()
70 OH_Crypto_ErrCode ret = OH_CryptoSymKeyGenerator_Create("AES128", &ctx); in HWTEST_F()
H A Dnative_sym_cipher_test.cpp169 ret = OH_CryptoSymKeyGenerator_Create("AES128", &ctx); in HWTEST_F()
/base/security/crypto_framework/interfaces/kits/native/include/
H A Dcrypto_sym_key.h71 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Create(const char *algoName, OH_CryptoSymKeyGenerator **ctx);
/base/security/crypto_framework/frameworks/native/src/
H A Dsym_key.c45 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Create(const char *algoName, OH_CryptoSymKeyGenerator **ctx) in OH_CryptoSymKeyGenerator_Create() function

Completed in 2 milliseconds