Lines Matching defs:template
338 crypto_key_t *key, crypto_spi_ctx_template_t template,
340 return (aes_common_init(ctx, mechanism, key, template, req, B_TRUE));
345 crypto_key_t *key, crypto_spi_ctx_template_t template,
347 return (aes_common_init(ctx, mechanism, key, template, req, B_FALSE));
357 crypto_key_t *key, crypto_spi_ctx_template_t template,
376 rv = aes_common_init_ctx(aes_ctx, template, mechanism, key, kmflag,
962 crypto_spi_ctx_template_t template, crypto_req_handle_t req)
992 ret = aes_common_init_ctx(&aes_ctx, template, mechanism, key,
1092 crypto_spi_ctx_template_t template, crypto_req_handle_t req)
1122 ret = aes_common_init_ctx(&aes_ctx, template, mechanism, key,
1251 * KCF software provider context template entry points.
1314 aes_common_init_ctx(aes_ctx_t *aes_ctx, crypto_spi_ctx_template_t *template,
1322 if (template == NULL) {
1337 keysched = template;
1434 crypto_spi_ctx_template_t template, crypto_req_handle_t req)
1449 key, &null_crypto_data, mac, template, req));
1456 crypto_spi_ctx_template_t template, crypto_req_handle_t req)
1471 key, mac, &null_crypto_data, template, req));