Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dencode.c17 static unsigned char conv_ascii2bin(unsigned char a,
111 static unsigned char conv_ascii2bin(unsigned char a, const unsigned char *table) in conv_ascii2bin() function
118 static unsigned char conv_ascii2bin(unsigned char a, const unsigned char *table) in conv_ascii2bin() function
332 v = conv_ascii2bin(tmp, table); in EVP_DecodeUpdate()
426 while ((n > 0) && (conv_ascii2bin(*f, table) == B64_WS)) { in evp_decodeblock_int()
435 while ((n > 3) && (B64_NOT_BASE64(conv_ascii2bin(f[n - 1], table)))) in evp_decodeblock_int()
442 a = conv_ascii2bin(*(f++), table); in evp_decodeblock_int()
443 b = conv_ascii2bin(*(f++), table); in evp_decodeblock_int()
444 c = conv_ascii2bin(*(f++), table); in evp_decodeblock_int()
445 d = conv_ascii2bin(*(f++), table); in evp_decodeblock_int()

Completed in 4 milliseconds