Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dpkey.c61 int private = 0, traditional = 0, check = 0, pub_check = 0; in pkey_main() local
120 pub_check = 1; in pkey_main()
151 if (check || pub_check) { in pkey_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dpkey.c80 int private = 0, traditional = 0, check = 0, pub_check = 0; in pkey_main() local
143 pub_check = 1; in pkey_main()
244 if (check || pub_check) { in pkey_main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Devp_extra_test.c420 int pub_check; member
1517 int expected_pub_check = ak->pub_check; in test_EVP_PKEY_check()