Searched refs:CA_flag (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/apps/
H A Dx509.c183 int noout = 0, sign_flag = 0, CA_flag = 0, CA_createserial = 0, email = 0; local
297 CA_flag = ++num;
461 if ((CAkeyfile == NULL) && (CA_flag) && (CAformat == FORMAT_PEM)) {
463 } else if ((CA_flag) && (CAkeyfile == NULL)) {
504 if (!sign_flag && !CA_flag) {
591 if (CA_flag) {
837 } else if (CA_flag == i) {

Completed in 62 milliseconds