Searched refs:base10 (Results 1 – 10 of 10) sorted by relevance
19 int base10(const char *, long long *);
179 if (base10(optarg, &ms) < 0) in main()203 if (base10(optarg, &cred_protect) < 0) in main()
36 base10(const char *str, long long *ll) in base10() function
203 if (base10(optarg, &ms) < 0) in main()
101 int base10(const char *);
98 if ((len = base10(pinlen)) < 0 || len > 63) { in config_pin_minlen()
120 if ((cred_prot = base10(optarg)) < 0) in cred_verify()
163 if ((cred_protect = base10(optarg)) < 0) in cred_make()
105 base10(const char *str) in base10() function
37 const char *base10; member1939 || !TEST_true(BN_asc2bn(&bn, test->base10))) in test_bn2signed()2208 || !TEST_true(BN_asc2bn(&bn, test->base10))) in test_mpi()