Lines Matching +full:input +full:- +full:src
5 * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
6 * SPDX-License-Identifier: Apache-2.0
12 * http://www.apache.org/licenses/LICENSE-2.0
21 * - Removed mbedtls_ prefixes
22 * - Reworked coding style
49 * @param src source buffer
52 * @return 0 if successful, or -ENOMEM if the buffer is too small.
62 int base64_encode(uint8_t *dst, size_t dlen, size_t *olen, const uint8_t *src,
66 * @brief Decode a base64-formatted buffer
71 * @param src source buffer
74 * @return 0 if successful, -ENOMEM, or -EINVAL if the input data is
81 int base64_decode(uint8_t *dst, size_t dlen, size_t *olen, const uint8_t *src,