Home
last modified time | relevance | path

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

/openssl/crypto/property/
H A Dproperty_parse.c102 if (!ossl_isdigit(*s)) { in parse_number()
114 } while (ossl_isdigit(*s)); in parse_number()
133 if (ossl_isdigit(*s)) { in parse_hex()
169 if (*s == '9' || *s == '8' || !ossl_isdigit(*s)) { in parse_oct()
181 } while (ossl_isdigit(*++s) && *s != '9' && *s != '8'); in parse_oct()
275 } else if (*s == '0' && ossl_isdigit(s[1])) { in parse_value()
278 } else if (ossl_isdigit(*s)) { in parse_value()
/openssl/include/crypto/
H A Dctype.h64 int ossl_isdigit(int c);
/openssl/test/
H A Dctype_internal_test.c42 && TEST_int_eq(isdigit(n) != 0, ossl_isdigit(n) != 0) in test_ctype_chars()
/openssl/crypto/
H A Dcpuid.c54 if (ossl_isdigit(c)) in todigit()
H A Dctype.c269 int ossl_isdigit(int c) in ossl_isdigit() function
/openssl/crypto/store/
H A Dstore_register.c175 || ossl_isdigit(*scheme) in ossl_store_register_loader_int()
/openssl/crypto/bn/
H A Dbn_conv.c210 for (i = 0; i <= INT_MAX / 4 && ossl_isdigit(a[i]); i++) in BN_dec2bn()
/openssl/crypto/asn1/
H A Da_mbstr.c283 if ((types & B_ASN1_NUMERICSTRING) && !(ossl_isdigit(native) in type_str()
H A Da_object.c97 if (!ossl_isdigit(c)) { in a2d_ASN1_OBJECT()
/openssl/crypto/bio/
H A Dbio_print.c151 if (ossl_isdigit(ch)) { in _dopr()
169 if (ossl_isdigit(ch)) { in _dopr()
/openssl/crypto/objects/
H A Dobj_dat.c437 if (!ossl_isdigit(*s)) { in OBJ_txt2obj()
745 while (ossl_isdigit(*s) || *s == '.') in OBJ_create_objects()
/openssl/crypto/conf/
H A Dconf_lib.c322 return ossl_isdigit(c); in default_is_number()
/openssl/providers/implementations/storemgmt/
H A Dfile_store.c621 if (!ossl_isdigit((unsigned char)*p)) in file_name_check()
/openssl/ssl/quic/
H A Dqlog.c527 return ossl_isalpha(c) || ossl_isdigit(c) || c == '_' || c == '-'; in is_name_char()
/openssl/crypto/x509/
H A Dv3_utl.c1193 if (!ossl_isdigit(**str)) { in get_ipv4_component()
/openssl/engines/
H A De_loader_attic.c1484 if (!ossl_isdigit(*p)) in file_name_check()

Completed in 63 milliseconds