Searched refs:b64_pton (Results 1 – 4 of 4) sorted by relevance
/bionic/tests/ |
D | resolv_test.cpp | 43 ASSERT_EQ(128, b64_pton(data, buf, sizeof(buf))); in TEST() 55 TEST(resolv, b64_pton) { in TEST() argument 58 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* __src, u_char* __dst, size_t __dst_size);
|
/bionic/libc/upstream-openbsd/lib/libc/net/ |
D | base64.c | 190 b64_pton(src, target, targsize) in b64_pton() function
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 437 int b64_pton(char const *, u_char *, size_t);
|