Lines Matching full:algorithm
32 * struct crypto_kpp_spawn - KPP algorithm spawn
35 * Template instances can get a hold on some inner KPP algorithm by
150 * KPP algorithm (un)registration functions.
153 * crypto_register_kpp() -- Register key-agreement protocol primitives algorithm
156 * algorithm
158 * @alg: algorithm definition
166 * algorithm
169 * algorithm
171 * @alg: algorithm definition
188 * crypto_grab_kpp() - Look up a KPP algorithm and bind a spawn to it.
191 * @name: The KPP algorithm name to look up.
210 * crypto_spawn_kpp_alg() - Get the algorithm a KPP spawn has been bound to.