Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DCryptoAlg.c29 AlgFuncs *CryptoAlgFuncs[CRYPTO_ALG_MAX]; variable
67 CryptoAlgFuncs[alg] = func; in CryptoAlgInit()
99 func = CryptoAlgFuncs[alg]; in AlgCreate()
142 func = CryptoAlgFuncs[ctx->alg]; in AlgDestroy()
167 func = CryptoAlgFuncs[ctx->alg]; in AlgLength()
191 func = CryptoAlgFuncs[ctx->alg]; in AlgAdd()
215 func = CryptoAlgFuncs[ctx->alg]; in AlgVerify()
239 func = CryptoAlgFuncs[ctx->alg]; in AlgEncode()
263 func = CryptoAlgFuncs[ctx->alg]; in AlgFinal()