Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dname.c237 size_t bmplen = ds->u.bmpString.length; in _hx509_Name_to_string() local
240 ret = wind_ucs2utf8_length(bmp, bmplen, &k); in _hx509_Name_to_string()
247 ret = wind_ucs2utf8(bmp, bmplen, ss, NULL); in _hx509_Name_to_string()