Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_mbedtls.h65 NSTACKX_EXPORT uint8_t IsCryptoIncluded(void);
H A Dnstackx_openssl.h80 NSTACKX_EXPORT uint8_t IsCryptoIncluded(void);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_openssl.c225 uint8_t IsCryptoIncluded(void) in IsCryptoIncluded() function
284 uint8_t IsCryptoIncluded(void) in IsCryptoIncluded() function
H A Dnstackx_mbedtls.c258 uint8_t IsCryptoIncluded(void) in IsCryptoIncluded() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c2024 if (!IsCryptoIncluded()) { in CreateFileManager()