Searched refs:modulusbits (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/pkcs11-keygen/
H A Dgenkey.c39 CK_ULONG modulusbits = 0; local
56 {CKA_MODULUS_BITS, &modulusbits, sizeof (modulusbits)},
79 modulusbits = atoi(optarg);
97 if ((errflg) || (!modulusbits) || (!label)) {

Completed in 8 milliseconds