Home
last modified time | relevance | path

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

/openssl/apps/
H A Ddsa.c39 OPT_PVK_NONE, OPT_PVK_WEAK, OPT_PVK_STRONG, enumerator
52 {"pvk-none", OPT_PVK_NONE, '-', "Don't enforce PVK encoding"},
134 case OPT_PVK_NONE: /* pvk_encr:= 0 */ in dsa_main()
136 pvk_encr = (o - OPT_PVK_NONE); in dsa_main()
H A Drsa.c48 OPT_PVK_NONE, OPT_PVK_WEAK, OPT_PVK_STRONG, enumerator
85 {"pvk-none", OPT_PVK_NONE, '-', "Don't enforce PVK encoding"},
192 case OPT_PVK_NONE: /* pvk_encr:= 0 */ in rsa_main()
193 pvk_encr = (o - OPT_PVK_NONE); in rsa_main()

Completed in 5 milliseconds