Searched refs:b64_pton (Results 1 – 5 of 5) sorted by relevance
/bionic/tests/ |
D | resolv_test.cpp | 45 ASSERT_EQ(128, b64_pton(data, buf, sizeof(buf))); in TEST() 57 TEST(resolv, b64_pton) { in TEST() argument 60 ASSERT_EQ(static_cast<int>(strlen("hello")), b64_pton("aGVsbG8=", buf, sizeof(buf))); in TEST()
|
/bionic/libc/include/ |
D | resolv.h | 44 #define b64_pton __b64_pton macro 45 int b64_pton(char const* _Nonnull __src, u_char* _Nonnull __dst, size_t __dst_size);
|
/bionic/libc/b64/include/bionic/ |
D | b64.h | 37 int b64_pton(char const* __src, u_char* __dst, size_t __dst_size);
|
/bionic/libc/upstream-openbsd/lib/libc/net/ |
D | base64.c | 185 b64_pton(char const *src, unsigned char *target, size_t targsize) in b64_pton() function
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 429 int b64_pton(char const *, u_char *, size_t);
|