Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dplainrsa-gen.c160 unsigned int pubexp = 0x3; in main() local
171 sscanf(optarg, "0x%x", &pubexp); in main()
173 pubexp = atoi(optarg); in main()
203 gen_rsa_key(fp, bits, pubexp); in main()