Searched refs:X2CHAR (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dpkcs11_uri.c112 #define X2CHAR(x) (hex_table[x]) macro
128 *q = (X2CHAR(p[1]) << 4) + X2CHAR(p[2]);

Completed in 19 milliseconds