Searched refs:set_pbe (Results 1 – 1 of 1) sorted by relevance
46 static int set_pbe(int *ppbe, const char *str);219 if (!set_pbe(&cert_pbe, opt_arg())) in pkcs12_main()223 if (!set_pbe(&key_pbe, opt_arg())) in pkcs12_main()960 static int set_pbe(int *ppbe, const char *str) in set_pbe() function