Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dx509.c160 EVP_PKEY *Upkey = NULL, *CApkey = NULL, *fkey = NULL; in x509_main() local
807 CApkey = load_key(CAkeyfile, CAkeyformat, in x509_main()
809 if (CApkey == NULL) in x509_main()
814 CApkey, sigopts, in x509_main()
898 EVP_PKEY_free(CApkey); in x509_main()