Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/crypto_lite/js/napi/
H A Dcipher_napi.cpp615 auto aesAsyncContext = new AesAsyncContext(); in JSCipherAes() local
617 aesAsyncContext->ret = GetAesInput(env, argv[0], aesAsyncContext); in JSCipherAes()
618 if (aesAsyncContext->ret != ERROR_SUCCESS) { in JSCipherAes()
619 DeleteAesAsyncContext(env, aesAsyncContext); in JSCipherAes()
620 delete aesAsyncContext; in JSCipherAes()
652 reinterpret_cast<void *>(aesAsyncContext), in JSCipherAes()
653 &aesAsyncContext->commonNapi->work); in JSCipherAes()
654 napi_queue_async_work(env, aesAsyncContext->commonNapi->work); in JSCipherAes()