Searched refs:OPT_PVK_NONE (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/apps/ |
D | dsa.c | 29 OPT_PVK_NONE, OPT_PVK_WEAK, OPT_PVK_STRONG, enumerator 51 {"pvk-none", OPT_PVK_NONE, '-', "Don't enforce PVK encoding"}, 113 case OPT_PVK_NONE: /* pvk_encr:= 0 */ in dsa_main() 115 pvk_encr = (o - OPT_PVK_NONE); in dsa_main()
|
D | rsa.c | 31 OPT_PVK_NONE, OPT_PVK_WEAK, OPT_PVK_STRONG, enumerator 55 {"pvk-none", OPT_PVK_NONE, '-', "Don't enforce PVK encoding"}, 128 case OPT_PVK_NONE: /* pvk_encr:= 0 */ in rsa_main() 130 pvk_encr = (o - OPT_PVK_NONE); in rsa_main()
|