Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libfido2/examples/
HDextern.h19 int base10(const char *, long long *);
HDcred.c179 if (base10(optarg, &ms) < 0) in main()
203 if (base10(optarg, &cred_protect) < 0) in main()
HDutil.c36 base10(const char *str, long long *ll) in base10() function
HDassert.c203 if (base10(optarg, &ms) < 0) in main()
/freebsd-14-stable/contrib/libfido2/tools/
HDextern.h101 int base10(const char *);
HDconfig.c98 if ((len = base10(pinlen)) < 0 || len > 63) { in config_pin_minlen()
HDcred_verify.c120 if ((cred_prot = base10(optarg)) < 0) in cred_verify()
HDcred_make.c163 if ((cred_protect = base10(optarg)) < 0) in cred_make()
HDutil.c105 base10(const char *str) in base10() function
/freebsd-14-stable/crypto/openssl/test/
HDbntest.c34 const char *base10; member
2055 || !TEST_true(BN_asc2bn(&bn, test->base10))) in test_mpi()