Home
last modified time | relevance | path

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

/test/xts/acts/security/crypto_framework_napi_BasicTest/src/
Dcrypto_framework_sym_key_test.cpp409 OH_CryptoSymKeyGenerator *convertCtx = nullptr; variable
422 ret = OH_CryptoSymKeyGenerator_Create(conertAlgName, &convertCtx);
424 ret = OH_CryptoSymKeyGenerator_Convert(convertCtx, &out, &convertKeyCtx);
431 OH_CryptoSymKeyGenerator_Destroy(convertCtx);