Searched defs:hash_algorithm (Results 1 – 7 of 7) sorted by relevance
140 struct hash_algorithm { struct141 char *name;142 int type;143 int doi;145 void (*update) __P((caddr_t, vchar_t *));146 vchar_t *(*final) __P((caddr_t));147 int (*hashlen) __P((void));148 vchar_t *(*one) __P((vchar_t *));
50 int hash_algorithm; in CreateFromPickle() local
37 ct::DigitallySigned::HashAlgorithm hash_algorithm) { in HashAlgorithmToString()
69 HashAlgorithm hash_algorithm; member
156 SECOidTag hash_algorithm) { in SignCertificate()
300 SECAlgorithmID hash_algorithm; member
339 HASH_HashType hash_algorithm; in VerifyTXTRecords() local