Home
last modified time | relevance | path

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

/external/openssl/apps/
Dx509.c169 EVP_PKEY *Upkey=NULL,*CApkey=NULL; in MAIN() local
940 CApkey=load_key(bio_err, in MAIN()
944 if (CApkey == NULL) goto end; in MAIN()
947 if (CApkey->type == EVP_PKEY_DSA) in MAIN()
951 if (CApkey->type == EVP_PKEY_EC) in MAIN()
957 CApkey, CAserial,CA_createserial,days, clrext, in MAIN()
1077 EVP_PKEY_free(CApkey); in MAIN()