Searched defs:algor (Results 1 – 3 of 3) sorted by relevance
36 const DIGEST *algor = digest_from_name(digests[i]); in main() local
19 char *algor; member
46 int digest_init(DIGEST_CTX *ctx, const DIGEST *algor) in digest_init()