Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dpunycode.c325 char a_ulabel[LABEL_BUF_SIZE + 1]; in ossl_a2ucompare() local
326 size_t a_size = sizeof(a_ulabel); in ossl_a2ucompare()
328 if (ossl_a2ulabel(a, a_ulabel, &a_size) <= 0) in ossl_a2ucompare()
331 return strcmp(a_ulabel, u) != 0; in ossl_a2ucompare()