Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Dctype.h54 int ossl_fromascii(int c);
57 # define ossl_fromascii(c) (c) macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Dctype.h51 int ossl_fromascii(int c);
54 # define ossl_fromascii(c) (c) macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_mbstr.c273 const int native = value > INT_MAX ? INT_MAX : ossl_fromascii(value); in type_str()
/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.old/dist/crypto/
H A Dctype.c242 int ossl_fromascii(int c) in ossl_fromascii() function