Lines Matching full:algorithm
273 /* Algorithm is disallowed in FIPS mode. */ in crypto_alg_lookup()
448 * crypto_alloc_base - Locate algorithm and allocate transform
449 * @alg_name: Name of algorithm
450 * @type: Type of algorithm
453 * This function should not be used by new algorithm types.
457 * algorithm. If that fails and the kernel supports dynamically loadable
460 * to construct an algorithm on the fly. A refcount is grabbed on the
461 * algorithm which is then associated with the new transform.
605 * crypto_alloc_tfm_node - Locate algorithm and allocate transform
606 * @alg_name: Name of algorithm
607 * @frontend: Frontend algorithm type
608 * @type: Type of algorithm
614 * algorithm. If that fails and the kernel supports dynamically loadable
617 * to construct an algorithm on the fly. A refcount is grabbed on the
618 * algorithm which is then associated with the new transform.
669 * then drops the refcount on the associated algorithm.