Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/
H A Dctype.c242 int ossl_fromascii(int c) in ossl_fromascii() function
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dctype.c242 int ossl_fromascii(int c) in ossl_fromascii() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Dctype.h57 # define ossl_fromascii(c) (c) macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Dctype.h54 # define ossl_fromascii(c) (c) macro