Home
last modified time | relevance | path

Searched defs:toLen (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_base64.c65 …uint32_t toLen = ((tmpLen + 2) / 3); /* Base64 encode size, add 2 for padding, and divide… in Base64Encode() local
119 uint32_t toLen = fromLen / 4 * 3; /* Base64 decode size */ in Base64Decode() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c1187 IN const void *to, IN FILLP_SIZE_T toLen) in FillpFuncSendTo()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c65 int OpensslBn2BinPad(const BIGNUM *a, unsigned char *to, int toLen) in OpensslBn2BinPad()
70 int OpensslBn2LeBinPad(const BIGNUM *a, unsigned char *to, int toLen) in OpensslBn2LeBinPad()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c122 int OpensslBn2BinPad(const BIGNUM *a, unsigned char *to, int toLen) in OpensslBn2BinPad()