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

/freebsd-9.3-release/crypto/openssl/apps/
H A Dx509.c101 " -subject_hash - print subject hash value\n",
103 " -hash - synonym for -subject_hash\n",
182 int subject_hash = 0, issuer_hash = 0, ocspid = 0; local
377 || strcmp(*argv, "-subject_hash") == 0)
378 subject_hash = ++num;
688 } else if (subject_hash == i) {

Completed in 198 milliseconds