Lines Matching +defs:template +defs:c
27 /* Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T */
36 * des_crypt.c, DES encryption library routines
64 #define ioctl(a, b, c) (cdevsw[11].d_ioctl(0, b, c, 0) ? -1 : 0)
434 crypto_key_t *key, crypto_spi_ctx_template_t template,
483 if ((rv = des_common_init_ctx(des_ctx, template, mechanism, key,
788 crypto_spi_ctx_template_t template, crypto_req_handle_t req)
839 if ((ret = des_common_init_ctx(&des_ctx, template, mechanism, key,
891 crypto_spi_ctx_template_t template, crypto_req_handle_t req)
942 if ((ret = des_common_init_ctx(&des_ctx, template, mechanism, key,
990 * KCF software provider context template entry points.
1109 des_common_init_ctx(des_ctx_t *des_ctx, crypto_spi_ctx_template_t *template,
1118 if (template == NULL) {
1133 keysched = template;