Home
last modified time | relevance | path

Searched refs:OPENSSL_hexchar2int (Results 1 – 16 of 16) sorted by relevance

/openssl/doc/man3/
H A DOPENSSL_hexchar2int.pod5 OPENSSL_hexchar2int,
14 int OPENSSL_hexchar2int(unsigned char c);
25 OPENSSL_hexchar2int() converts a hexadecimal character to its numeric
63 OPENSSL_hexchar2int returns the value of a decoded hex character,
/openssl/crypto/
H A Do_str.c162 int OPENSSL_hexchar2int(unsigned char c) in OPENSSL_hexchar2int() function
224 cli = OPENSSL_hexchar2int(cl); in hexstr2buf_sep()
225 chi = OPENSSL_hexchar2int(ch); in hexstr2buf_sep()
/openssl/test/
H A Dtls13encryptiontest.c226 hi = OPENSSL_hexchar2int(str[outer][inner]); in multihexstr2buf()
227 lo = OPENSSL_hexchar2int(str[outer][inner + 1]); in multihexstr2buf()
H A Ddanetest.c194 x = OPENSSL_hexchar2int(*in); in hexdecode()
/openssl/crypto/asn1/
H A Df_string.c108 m = OPENSSL_hexchar2int(bufp[k + n]); in a2i_ASN1_STRING()
H A Df_int.c116 m = OPENSSL_hexchar2int(bufp[k + n]); in a2i_ASN1_INTEGER()
/openssl/apps/lib/
H A Dhttp_server.c251 *out++ = (OPENSSL_hexchar2int(p[1]) << 4) in urldecode()
252 | OPENSSL_hexchar2int(p[2]); in urldecode()
/openssl/crypto/bn/
H A Dbn_conv.c169 k = OPENSSL_hexchar2int(c); in BN_hex2bn()
/openssl/apps/
H A Drehash.c209 hash += OPENSSL_hexchar2int(ch); in handle_symlink()
H A Denc.c781 j = (unsigned char)OPENSSL_hexchar2int(j); in set_hex()
H A Ds_client.c360 x = OPENSSL_hexchar2int(*in); in hexdecode()
/openssl/crypto/pem/
H A Dpem_lib.c579 v = OPENSSL_hexchar2int(*from); in load_iv()
/openssl/crypto/x509/
H A Dv3_utl.c1365 x = OPENSSL_hexchar2int(c); in ipv6_hex()
/openssl/include/openssl/
H A Dcrypto.h.in145 int OPENSSL_hexchar2int(unsigned char c);
/openssl/doc/
H A Dbuild.info1558 DEPEND[html/man3/OPENSSL_hexchar2int.html]=man3/OPENSSL_hexchar2int.pod
1559 GENERATE[html/man3/OPENSSL_hexchar2int.html]=man3/OPENSSL_hexchar2int.pod
1560 DEPEND[man/man3/OPENSSL_hexchar2int.3]=man3/OPENSSL_hexchar2int.pod
1561 GENERATE[man/man3/OPENSSL_hexchar2int.3]=man3/OPENSSL_hexchar2int.pod
3399 html/man3/OPENSSL_hexchar2int.html \
4063 man/man3/OPENSSL_hexchar2int.3 \
/openssl/util/
H A Dlibcrypto.num3991 OPENSSL_hexchar2int 4083 3_0_0 EXIST::FUNCTION:

Completed in 82 milliseconds