Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_mbedtls.h67 NSTACKX_EXPORT MBEDTLS_CTX ClearCryptCtx(MBEDTLS_CTX *ctx);
H A Dnstackx_openssl.h72 NSTACKX_EXPORT void ClearCryptCtx(EVP_CIPHER_CTX *ctx);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_openssl.c45 void ClearCryptCtx(EVP_CIPHER_CTX *ctx) in ClearCryptCtx() function
254 void ClearCryptCtx(EVP_CIPHER_CTX *ctx) in ClearCryptCtx() function
H A Dnstackx_mbedtls.c34 void ClearCryptCtx(MBEDTLS_CTX *ctx) in ClearCryptCtx() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c527 ClearCryptCtx(fileList->cryptPara.ctx); in ClearSendFileList()
H A Dnstackx_file_manager.c408 ClearCryptCtx(fileList->cryptPara.ctx); in ClearRecvFileList()