Home
last modified time | relevance | path

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

/openssl-master/include/crypto/
A Dctype.h52 int ossl_fromascii(int c);
55 # define ossl_fromascii(c) (c) macro
/openssl-master/crypto/asn1/
A Da_mbstr.c278 const int native = value > INT_MAX ? INT_MAX : ossl_fromascii(value); in type_str()
/openssl-master/crypto/
A Dctype.c242 int ossl_fromascii(int c) in ossl_fromascii() function

Completed in 4 milliseconds