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

/macosx-10.10.1/OpenSSL098-52/src/fips/
H A Dfips_utl.h58 int bin2hex(const unsigned char *in,int len,char *out);
226 int bin2hex(const unsigned char *in,int len,char *out) function
252 bin2hex(val,len,obuf);
339 olen = bin2hex(val, len, obuf);
352 olen=bin2hex(val,len,obuf);
/macosx-10.10.1/libxslt-13/libxslt/libexslt/
H A Dcrypto.c56 static const char bin2hex[] = { '0', '1', '2', '3', local
67 hex[pos++] = bin2hex[hi];
68 hex[pos++] = bin2hex[lo];
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dotp.c100 void bin2hex(unsigned char *bin, int binlen, char *hex) function
615 bin2hex(otp, OTP_HASH_SIZE, buf);
1725 bin2hex(otp, OTP_HASH_SIZE,
1729 bin2hex(new_otp, OTP_HASH_SIZE,
1741 bin2hex(otp, OTP_HASH_SIZE, text->out_buf+strlen(text->out_buf));
/macosx-10.10.1/OpenSSL098-52/src/fips/des/
H A Dfips_desmovs.c136 olen = bin2hex(val, len, obuf);
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dfips_desmovs.c136 olen = bin2hex(val, len, obuf);
/macosx-10.10.1/ruby-106/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c295 #define bin2hex(c) ("0123456789ABCDEF"[c&15]) macro
1063 (*f)(0, bin2hex(c>>shift));
1117 (*oconv)(0, bin2hex(c>>20));
1118 (*oconv)(0, bin2hex(c>>16));
1122 (*oconv)(0, bin2hex(c>>12));
1123 (*oconv)(0, bin2hex(c>> 8));
1124 (*oconv)(0, bin2hex(c>> 4));
1125 (*oconv)(0, bin2hex(c ));
5171 (*o_mputc)(bin2hex(((c>>4)&0xf)));
5172 (*o_mputc)(bin2hex((
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dphp.vim244 syn keyword phpFunctions addcslashes addslashes bin2hex chop chr chunk_split convert_cyr_string count_chars crc32 crypt explode fprintf get_html_translation_table hebrev hebrevc html_entity_decode htmlentities htmlspecialchars implode join levenshtein localeconv ltrim md5_file md5 metaphone money_format nl_langinfo nl2br number_format ord parse_str print printf quoted_printable_decode quotemeta rtrim setlocale sha1_file sha1 similar_text soundex sprintf sscanf str_ireplace str_pad str_repeat str_replace str_rot13 str_shuffle str_split str_word_count strcasecmp strchr strcmp strcoll strcspn strip_tags stripcslashes stripos stripslashes stristr strlen strnatcasecmp strnatcmp strncasecmp strncmp strpos strrchr strrev strripos strrpos strspn strstr strtok strtolower strtoupper strtr substr_compare substr_count substr_replace substr trim ucfirst ucwords vprintf vsprintf wordwrap contained
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim1156 \ 'bin2hex(': 'string str | string',

Completed in 220 milliseconds