Lines Matching full:algorithm
381 * crypto_alloc_base - Locate algorithm and allocate transform
382 * @alg_name: Name of algorithm
383 * @type: Type of algorithm
386 * This function should not be used by new algorithm types.
390 * algorithm. If that fails and the kernel supports dynamically loadable
393 * to construct an algorithm on the fly. A refcount is grabbed on the
394 * algorithm which is then associated with the new transform.
495 * crypto_alloc_tfm_node - Locate algorithm and allocate transform
496 * @alg_name: Name of algorithm
497 * @frontend: Frontend algorithm type
498 * @type: Type of algorithm
504 * algorithm. If that fails and the kernel supports dynamically loadable
507 * to construct an algorithm on the fly. A refcount is grabbed on the
508 * algorithm which is then associated with the new transform.
559 * then drops the refcount on the associated algorithm.