Home
last modified time | relevance | path

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

/external/openssl/apps/
Drsa.c273 int tmpformat=-1; in MAIN() local
277 tmpformat = FORMAT_PEMRSA; in MAIN()
279 tmpformat = FORMAT_ASN1RSA; in MAIN()
282 tmpformat = FORMAT_IISSGC; in MAIN()
284 tmpformat = informat; in MAIN()
286 pkey = load_pubkey(bio_err, infile, tmpformat, 1, in MAIN()
/external/libxml2/
Dtrio.c990 char *tmpformat; variable
994 number = (int)trio_to_long(&format[index], &tmpformat, BASE_DECIMAL);
995 index = (int)(tmpformat - format);
1199 char *tmpformat; variable
1331 &tmpformat,
1333 index = (int)(tmpformat - format);
1375 &tmpformat,
1379 index = (int)(tmpformat - format);
1440 &tmpformat,
1442 index = (int)(tmpformat - format);
[all …]