Home
last modified time | relevance | path

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

/base/security/crypto_framework/interfaces/kits/native/include/
H A Dcrypto_sym_key.h57 typedef struct OH_CryptoSymKeyGenerator OH_CryptoSymKeyGenerator; typedef
71 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Create(const char *algoName, OH_CryptoSymKeyGenerator **ctx);
85 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Generate(OH_CryptoSymKeyGenerator *ctx, OH_CryptoSymKey **keyCtx);
100 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Convert(OH_CryptoSymKeyGenerator *ctx,
110 const char *OH_CryptoSymKeyGenerator_GetAlgoName(OH_CryptoSymKeyGenerator *ctx);
118 void OH_CryptoSymKeyGenerator_Destroy(OH_CryptoSymKeyGenerator *ctx);
/base/security/crypto_framework/frameworks/native/src/
H A Dsym_key.c26 struct OH_CryptoSymKeyGenerator { struct
45 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Create(const char *algoName, OH_CryptoSymKeyGenerator **ctx) in OH_CryptoSymKeyGenerator_Create()
54 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Generate(OH_CryptoSymKeyGenerator *ctx, OH_CryptoSymKey **keyCtx) in OH_CryptoSymKeyGenerator_Generate()
63 OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Convert(OH_CryptoSymKeyGenerator *ctx, in OH_CryptoSymKeyGenerator_Convert()
73 const char *OH_CryptoSymKeyGenerator_GetAlgoName(OH_CryptoSymKeyGenerator *ctx) in OH_CryptoSymKeyGenerator_GetAlgoName()
81 void OH_CryptoSymKeyGenerator_Destroy(OH_CryptoSymKeyGenerator *ctx) in OH_CryptoSymKeyGenerator_Destroy()
/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_sym_key_test.cpp48 OH_CryptoSymKeyGenerator *ctx = nullptr; in HWTEST_F()
67 OH_CryptoSymKeyGenerator *ctx = nullptr; in HWTEST_F()
H A Dnative_sym_cipher_test.cpp167 OH_CryptoSymKeyGenerator *ctx = nullptr; in HWTEST_F()

Completed in 2 milliseconds