Searched defs:dlen (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/ |
H A D | trans_common_mock.cpp | 51 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 D | hmac.c | 127 … 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 D | dsoftbus_crypto_test.cpp | 98 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 D | softbus_adapter_crypto.c | 163 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 D | softbus_adapter_crypto.c | 234 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 D | lcdkit_parse_config.c | 23 uint8_t dlen; in GetDsiCmdCount() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_mock.cpp | 167 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 D | openssl_adapter_mock.c | 1225 int OpensslBioRead(BIO *b, void *data, int dlen) in OpensslBioRead()
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | openssl_adapter.c | 832 int OpensslBioRead(BIO *b, void *data, int dlen) in OpensslBioRead()
|