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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DCryptoAlg.c29 AlgFuncs *CryptoAlgFuncs[CRYPTO_ALG_MAX]; variable
67 CryptoAlgFuncs[alg] = func;
99 func = CryptoAlgFuncs[alg];
142 func = CryptoAlgFuncs[ctx->alg];
167 func = CryptoAlgFuncs[ctx->alg];
191 func = CryptoAlgFuncs[ctx->alg];
215 func = CryptoAlgFuncs[ctx->alg];
239 func = CryptoAlgFuncs[ctx->alg];
263 func = CryptoAlgFuncs[ctx->alg];

Completed in 43 milliseconds