Lines Matching full:algorithm
273 /* Algorithm is disallowed in FIPS mode. */
440 * crypto_alloc_base - Locate algorithm and allocate transform
441 * @alg_name: Name of algorithm
442 * @type: Type of algorithm
445 * This function should not be used by new algorithm types.
449 * algorithm. If that fails and the kernel supports dynamically loadable
452 * to construct an algorithm on the fly. A refcount is grabbed on the
453 * algorithm which is then associated with the new transform.
551 * crypto_alloc_tfm_node - Locate algorithm and allocate transform
552 * @alg_name: Name of algorithm
553 * @frontend: Frontend algorithm type
554 * @type: Type of algorithm
560 * algorithm. If that fails and the kernel supports dynamically loadable
563 * to construct an algorithm on the fly. A refcount is grabbed on the
564 * algorithm which is then associated with the new transform.
615 * then drops the refcount on the associated algorithm.