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

/freebsd-9.3-release/crypto/openssl/apps/
H A Dx509.c169 EVP_PKEY *Upkey = NULL, *CApkey = NULL; local
840 CApkey = load_key(bio_err,
843 if (CApkey == NULL)
847 if (CApkey->type == EVP_PKEY_DSA)
851 if (CApkey->type == EVP_PKEY_EC)
857 CApkey, CAserial, CA_createserial, days,
961 EVP_PKEY_free(CApkey);

Completed in 47 milliseconds