Home
last modified time | relevance | path

Searched refs:ossl_a2ulabel (Results 1 – 6 of 6) sorted by relevance

/openssl/test/
H A Dpunycode_test.c187 …return TEST_int_eq(ossl_a2ulabel(bad_decode_tests[tst].input, out, bad_decode_tests[tst].outlen), … in test_a2ulabel_bad_decode()
199 if (!TEST_int_eq(ossl_a2ulabel("xn--a.b.c", out, 1), 0) in test_a2ulabel()
200 || !TEST_int_eq(ossl_a2ulabel("xn--a.b.c", out, 7), 1)) in test_a2ulabel()
203 if (!TEST_int_eq(ossl_a2ulabel("xn--a.b.c", out, 6), 0) in test_a2ulabel()
204 || !TEST_int_eq(ossl_a2ulabel("xn--a.b.c", out, 7), 1) in test_a2ulabel()
209 if (!TEST_int_eq(ossl_a2ulabel("xn--e28h.com", out, 10), 1)) in test_a2ulabel()
216 if (!TEST_int_eq(ossl_a2ulabel(in, out, 50), -1)) in test_a2ulabel()
269 if (!TEST_int_le(ossl_a2ulabel(in->data, out, num_reps), 0) in test_dotted_overflow()
274 if (!TEST_int_gt(ossl_a2ulabel(in->data, out, in->length), 0) in test_dotted_overflow()
/openssl/doc/internal/man3/
H A Dossl_punycode_decode.pod5 ossl_punycode_decode, ossl_a2ulabel
15 int ossl_a2ulabel(const char *in, char *out, size_t outlen);
23 ossl_a2ulabel() decodes NUL-terminated hostname from PUNYCODE to UTF-8,
31 ossl_a2ulabel() returns 1 on success, 0 if the output buffer is too small and
/openssl/include/crypto/
H A Dpunycode.h23 int ossl_a2ulabel(const char *in, char *out, size_t outlen);
/openssl/fuzz/
H A Dpunycode.c34 ossl_a2ulabel(b, outc, sizeof(outc)); in FuzzerTestOneInput()
/openssl/crypto/
H A Dpunycode.c248 int ossl_a2ulabel(const char *in, char *out, size_t outlen) in ossl_a2ulabel() function
/openssl/crypto/x509/
H A Dv3_ncons.c702 if (ossl_a2ulabel(baseptr, ulabel + 1, size - 1) <= 0) { in nc_email_eai()
717 if (ossl_a2ulabel(baseptr, ulabel, size) <= 0) { in nc_email_eai()

Completed in 22 milliseconds