Home
last modified time | relevance | path

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

/external/openssl/apps/
Dx509.c185 char *CAkeyfile=NULL,*CAserial=NULL; in MAIN() local
337 CAkeyfile= *(++argv); in MAIN()
520 if ((CAkeyfile == NULL) && (CA_flag) && (CAformat == FORMAT_PEM)) in MAIN()
521 { CAkeyfile=CAfile; } in MAIN()
522 else if ((CA_flag) && (CAkeyfile == NULL)) in MAIN()
973 if (CAkeyfile != NULL) in MAIN()
976 CAkeyfile, CAkeyformat, in MAIN()