Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dx509.c160 EVP_PKEY *Upkey = NULL, *CApkey = NULL, *fkey = NULL; in x509_main() local
809 CApkey = load_key(CAkeyfile, CAkeyformat, in x509_main()
811 if (CApkey == NULL) in x509_main()
816 CApkey, sigopts, in x509_main()
900 EVP_PKEY_free(CApkey); in x509_main()