Home
last modified time | relevance | path

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

12

/netbsd-src/crypto/external/bsd/openssl/dist/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,
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/
H A Do_str.c101 int OPENSSL_hexchar2int(unsigned char c) in OPENSSL_hexchar2int() function
171 cli = OPENSSL_hexchar2int(cl); in OPENSSL_hexstr2buf()
172 chi = OPENSSL_hexchar2int(ch); in OPENSSL_hexstr2buf()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dtls13encryptiontest.c224 hi = OPENSSL_hexchar2int(str[outer][inner]); in multihexstr2buf()
225 lo = OPENSSL_hexchar2int(str[outer][inner + 1]); in multihexstr2buf()
H A Ddanetest.c194 x = OPENSSL_hexchar2int(*in); in hexdecode()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dtls13encryptiontest.c235 hi = OPENSSL_hexchar2int(str[outer][inner]); in multihexstr2buf()
236 lo = OPENSSL_hexchar2int(str[outer][inner + 1]); in multihexstr2buf()
H A Ddanetest.c197 x = OPENSSL_hexchar2int(*in); in hexdecode()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dhttp_server.c270 *out++ = (OPENSSL_hexchar2int(p[1]) << 4) in urldecode()
271 | OPENSSL_hexchar2int(p[2]); in urldecode()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Df_string.c111 m = OPENSSL_hexchar2int(bufp[k + n]); in a2i_ASN1_STRING()
H A Df_int.c120 m = OPENSSL_hexchar2int(bufp[k + n]); in a2i_ASN1_INTEGER()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Df_string.c111 m = OPENSSL_hexchar2int(bufp[k + n]); in a2i_ASN1_STRING()
H A Df_int.c120 m = OPENSSL_hexchar2int(bufp[k + n]); in a2i_ASN1_INTEGER()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOPENSSL_malloc.pod11 OPENSSL_hexstr2buf, OPENSSL_buf2hexstr, OPENSSL_hexchar2int,
45 int OPENSSL_hexchar2int(unsigned char c);
132 OPENSSL_hexchar2int() converts a character to the hexadecimal equivalent,
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_conv.c176 k = OPENSSL_hexchar2int(c); in BN_hex2bn()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_print.c172 k = OPENSSL_hexchar2int(c); in BN_hex2bn()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dcrypto.h151 int OPENSSL_hexchar2int(unsigned char c);
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Drehash.c206 hash += OPENSSL_hexchar2int(ch); in handle_symlink()
H A Denc.c669 j = (unsigned char)OPENSSL_hexchar2int(j); in set_hex()
H A Docsp.c1339 *out++ = (OPENSSL_hexchar2int(p[1]) << 4) in urldecode()
1340 | OPENSSL_hexchar2int(p[2]); in urldecode()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Drehash.c208 hash += OPENSSL_hexchar2int(ch); in handle_symlink()
H A Denc.c701 j = (unsigned char)OPENSSL_hexchar2int(j); in set_hex()
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc348 OPENSSL_hexchar2int.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pem/
H A Dpem_lib.c571 v = OPENSSL_hexchar2int(*from); in load_iv()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pem/
H A Dpem_lib.c577 v = OPENSSL_hexchar2int(*from); in load_iv()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_utl.c1233 x = OPENSSL_hexchar2int(c); in ipv6_hex()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcrypto.h.in135 int OPENSSL_hexchar2int(unsigned char c);

12