Home
last modified time | relevance | path

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

/freebsd/lib/libiscsiutil/
H A Dchap.c104 chap_b642bin(const char *b64, void **binp, size_t *bin_lenp) in chap_b642bin() argument
121 *binp = bin; in chap_b642bin()
130 chap_hex2bin(const char *hex, void **binp, size_t *bin_lenp) in chap_hex2bin() argument
138 return (chap_b642bin(hex + 2, binp, bin_lenp)); in chap_hex2bin()
180 *binp = bin; in chap_hex2bin()