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

/macosx-10.10/Security-57031.1.35/
H A Devroots.h22 subject_hash (register const char *str, register unsigned int len) function
404 register int key = subject_hash (str, len);
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dx509.c101 " -subject_hash - print subject hash value\n",
103 " -hash - synonym for -subject_hash\n",
181 int subject_hash=0,issuer_hash=0,ocspid=0; local
398 || strcmp(*argv,"-subject_hash") == 0)
399 subject_hash= ++num;
755 else if (subject_hash == i)

Completed in 660 milliseconds