Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dpunycode.c26 #define LABEL_BUF_SIZE 512 macro
260 unsigned int buf[LABEL_BUF_SIZE]; /* It's a hostname */ in ossl_a2ulabel()
285 unsigned int bufsize = LABEL_BUF_SIZE; in ossl_a2ulabel()
325 char a_ulabel[LABEL_BUF_SIZE + 1]; in ossl_a2ucompare()