Home
last modified time | relevance | path

Searched defs:dlen (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/
H A Dtrans_common_mock.cpp51 int32_t SoftBusBase64Encode(unsigned char *dst, size_t dlen, size_t *olen, const unsigned char *src… in SoftBusBase64Encode()
56 int32_t SoftBusBase64Decode(unsigned char *dst, size_t dlen, size_t *olen, const unsigned char *src… in SoftBusBase64Decode()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dhmac.c127 … FillpHmacSha256Update(IO FillpHmacSha256 ctx[1], FILLP_CONST FILLP_UINT8 *data, FILLP_UINT32 dlen) in FillpHmacSha256Update()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Ddsoftbus_crypto_test.cpp98 size_t dlen = 0; variable
131 size_t dlen = 1; variable
155 size_t dlen = 1; variable
/ohos5.0/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_adapter_crypto.c163 int32_t SoftBusBase64Encode(unsigned char *dst, size_t dlen, in SoftBusBase64Encode()
173 int32_t SoftBusBase64Decode(unsigned char *dst, size_t dlen, in SoftBusBase64Decode()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c234 int32_t SoftBusBase64Encode(unsigned char *dst, size_t dlen, size_t *olen, const unsigned char *src… in SoftBusBase64Encode()
287 int32_t SoftBusBase64Decode(unsigned char *dst, size_t dlen, size_t *olen, const unsigned char *src… in SoftBusBase64Decode()
/ohos5.0/drivers/hdf_core/framework/model/display/driver/lcdkit/
H A Dlcdkit_parse_config.c23 uint8_t dlen; in GetDsiCmdCount() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.cpp167 int32_t SoftBusBase64Encode(unsigned char *dst, size_t dlen, size_t *olen, const unsigned char *src… in SoftBusBase64Encode()
197 int32_t SoftBusBase64Decode(unsigned char *dst, size_t dlen, size_t *olen, const unsigned char *src… in SoftBusBase64Decode()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c1225 int OpensslBioRead(BIO *b, void *data, int dlen) in OpensslBioRead()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c832 int OpensslBioRead(BIO *b, void *data, int dlen) in OpensslBioRead()