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

/freebsd-11-stable/crypto/openssl/apps/
H A Drsa.c273 int tmpformat = -1; local
276 tmpformat = FORMAT_PEMRSA;
278 tmpformat = FORMAT_ASN1RSA;
280 tmpformat = FORMAT_IISSGC;
282 tmpformat = informat;
284 pkey = load_pubkey(bio_err, infile, tmpformat, 1,

Completed in 49 milliseconds