Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dencode.c65 # define conv_ascii2bin(a) (data_ascii2bin[(a)&0x7f]) macro
74 # define conv_ascii2bin(a) (data_ascii2bin[os_toascii[a]&0x7f]) macro