Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_mbedtls.h68 NSTACKX_EXPORT MBEDTLS_CTX *CreateCryptCtx(void);
H A Dnstackx_openssl.h71 NSTACKX_EXPORT EVP_CIPHER_CTX *CreateCryptCtx(void);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_openssl.c37 EVP_CIPHER_CTX *CreateCryptCtx() in CreateCryptCtx() function
247 EVP_CIPHER_CTX *CreateCryptCtx(void) in CreateCryptCtx() function
H A Dnstackx_mbedtls.c28 MBEDTLS_CTX *CreateCryptCtx(void) in CreateCryptCtx() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c1057 fileList->cryptPara.ctx = CreateCryptCtx(); in SetCryptPara()