Home
last modified time | relevance | path

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

/src/crypto/krb5/src/util/support/
H A Dhex.c50 k5_hex_encode(const void *bytes, size_t len, int uppercase, char **hex_out) in k5_hex_encode() argument
56 *hex_out = NULL; in k5_hex_encode()
68 *hex_out = hex; in k5_hex_encode()
/src/crypto/krb5/src/include/
H A Dk5-hex.h44 char **hex_out);