Home
last modified time | relevance | path

Searched defs:olen (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/tests/adapter/unittest/
H A Ddsoftbus_crypto_test.cpp58 size_t olen = 10; variable
76 size_t olen = 10; variable
97 size_t olen = 10; variable
116 size_t olen = 10; variable
132 size_t olen = 10; variable
156 size_t olen = 10; variable
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_aes.c60 static char *MallocDecodeData(const char *text, size_t *olen) in MallocDecodeData()
86 static char *MallocEncodeData(const unsigned char *text, size_t *olen) in MallocEncodeData()
/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()
343 uint32_t olen; in SoftBusGenerateStrHash() local
/ohos5.0/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_adapter_crypto.c164 size_t *olen, const unsigned char *src, size_t slen) in SoftBusBase64Encode()
174 size_t *olen, const unsigned char *src, size_t slen) in SoftBusBase64Decode()
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_message_sim.cpp183 uint8_t *current = msg->packet.options, olen = MAGIC_COOKIE_LENGTH; in ParseDhcpOptions() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_aes.c443 size_t olen = (size_t)cipherText->size; in AesCbcPkcs7CryptFinal() local
1106 size_t olen = (size_t)cipherText->size; in AesCtrCryptFinal() local
1279 size_t olen; in AesEcbNoPaddingData() local
1351 size_t olen = olenTotal; in AesEcbNoPaddingCryptFinal() 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/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp1810 uint8_t *current = reply->packet.options, olen = MAGIC_COOKIE_LENGTH; in ParseReplyOptions() local