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

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
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 113 milliseconds