Lines Matching refs:hex
232 * convert the hex string of the subject name into DER235 eay_hex2asn1dn(const char *hex, int len)243 len = strlen(hex);245 if (BN_hex2bn(&bn, hex) != len) {247 "conversion of Hex-encoded ASN1 string to binary failed: %s\n",2532 * hex value of "0x3ffe050104" is represented as follows: