Lines Matching full:algorithm
392 * crypto_alloc_base - Locate algorithm and allocate transform
393 * @alg_name: Name of algorithm
394 * @type: Type of algorithm
397 * This function should not be used by new algorithm types.
401 * algorithm. If that fails and the kernel supports dynamically loadable
404 * to construct an algorithm on the fly. A refcount is grabbed on the
405 * algorithm which is then associated with the new transform.
504 * crypto_alloc_tfm - Locate algorithm and allocate transform
505 * @alg_name: Name of algorithm
506 * @frontend: Frontend algorithm type
507 * @type: Type of algorithm
511 * algorithm. If that fails and the kernel supports dynamically loadable
514 * to construct an algorithm on the fly. A refcount is grabbed on the
515 * algorithm which is then associated with the new transform.
564 * then drops the refcount on the associated algorithm.