HomeSort by: relevance | last modified time | path
    Searched refs:hex_decode_opt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
hex_code.h 35 extern VSTRING *WARN_UNUSED_RESULT hex_decode_opt(VSTRING *, const char *, ssize_t, int);
40 hex_decode_opt((res), (in), (len), HEX_DECODE_FLAG_NONE)
hex_code.c 27 /* VSTRING *hex_decode_opt(result, in, len, flags)
54 /* hex_decode_opt() enables extended functionality as controlled
144 return (hex_decode_opt(result, in, len, HEX_DECODE_FLAG_NONE));
147 /* hex_decode_opt - encoded data to raw */
149 VSTRING *hex_decode_opt(VSTRING *result, const char *in, ssize_t len, int flags) function
227 {"hex_decode_no_options", hex_decode_opt,
234 {"hex_decode_no_colon_allow_colon", hex_decode_opt,
262 {"hex_decode_error", hex_decode_opt,
276 {"hex_decode_from_lowercase", hex_decode_opt,
290 {"hex_decode_from_uppercase", hex_decode_opt,
    [all...]
  /src/external/ibm-public/postfix/dist/src/tls/
tls_scache.c 260 if (hex_decode_opt(bin_data, hex_data, hex_data_len,
tls_dane.c 459 if (hex_decode_opt(raw, cp, ilen, HEX_DECODE_FLAG_ALLOW_COLON) == 0) {

Completed in 17 milliseconds