HomeSort by: relevance | last modified time | path
    Searched defs:hex_decode (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
hex.h 52 #define hex_decode rk_hex_decode macro
57 hex_decode(const char *, void *, size_t);
hex.c 86 hex_decode(const char *str, void *data, size_t len) function
  /src/external/ibm-public/postfix/dist/src/util/
hex_code.h 32 extern VSTRING *WARN_UNUSED_RESULT hex_decode(VSTRING *, const char *, ssize_t);
38 #define hex_decode(res, in, len) \ macro
hex_code.c 16 /* VSTRING *hex_decode(result, in, len)
37 /* hex_decode() performs the opposite transformation on
60 /* hex_decode() returns a null pointer when the input contains
130 /* hex_decode - ABI compatibility wrapper */
132 #undef hex_decode macro
134 VSTRING *hex_decode(VSTRING *result, const char *in, ssize_t len) function
  /src/external/bsd/pam-u2f/dist/
util.c 58 static int hex_decode(const char *ascii_hex, unsigned char **blob, function
1078 if (!hex_decode(pk, &buf, &buf_len)) {

Completed in 26 milliseconds