Home | History | Annotate | Download | only in apps

Lines Matching refs:fingerprint

46     {"fingerprint", OPT_CRITERION_FINGERPRINT, 's', "Search by public key fingerprint, given in hex"},
69 unsigned char *fingerprint = NULL;
194 && fingerprint != NULL)) {
200 if (fingerprint != NULL) {
201 BIO_printf(bio_err, "%s: fingerprint already given.\n",
208 if ((fingerprint = OPENSSL_hexstr2buf(opt_arg(), &tmplen))
211 "%s: can't parse fingerprint argument.\n",
279 fingerprint,
311 OPENSSL_free(fingerprint);