Home
last modified time | relevance | path

Searched refs:DIGEST_ALG (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DCryptoAlg.c101 else if (type == DIGEST_ALG) in AlgCreate()
143 else if (ctx->type == DIGEST_ALG) in AlgDestroy()
168 else if (ctx->type == DIGEST_ALG) in AlgLength()
192 else if (ctx->type == DIGEST_ALG) in AlgAdd()
216 else if (ctx->type == DIGEST_ALG) in AlgVerify()
240 else if (ctx->type == DIGEST_ALG) in AlgEncode()
264 else if (ctx->type == DIGEST_ALG) in AlgFinal()
H A DCryptoAlg.h23 DIGEST_ALG, enumerator
H A DDNSCommon.c1188 ctx = AlgCreate(DIGEST_ALG, nsec3->alg); in NSEC3HashName()