Home
last modified time | relevance | path

Searched refs:base10 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/libfido2/examples/
H A Dextern.h19 int base10(const char *, long long *);
H A Dcred.c179 if (base10(optarg, &ms) < 0) in main()
180 errx(1, "base10: %s", optarg); in main()
203 if (base10(optarg, &cred_protect) < 0) in main()
204 errx(1, "base10: %s", optarg); in main()
H A Dassert.c203 if (base10(optarg, &ms) < 0) in main()
H A Dutil.c36 base10(const char *str, long long *ll) in base10() function
/freebsd/contrib/libfido2/tools/
H A Dextern.h101 int base10(const char *);
H A Dconfig.c98 if ((len = base10(pinlen)) < 0 || len > 63) { in config_pin_minlen()
H A Dcred_verify.c120 if ((cred_prot = base10(optarg)) < 0) in cred_verify()
H A Dcred_make.c163 if ((cred_protect = base10(optarg)) < 0) in cred_make()
H A Dutil.c105 base10(const char *str) in base10() function
/freebsd/crypto/openssl/test/
H A Dbntest.c34 const char *base10; member
2055 || !TEST_true(BN_asc2bn(&bn, test->base10))) in test_mpi()