Searched defs:template (Results 26 - 27 of 27) sorted by relevance

12

/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1269 CK_ATTRIBUTE template[] = { local
1275 template[0].pValue = &class;
1276 template[1].pValue = &keyType;
1277 template[2].pValue = &true;
1283 template[3].ulValueLen = 24;
1285 template[3].ulValueLen = 8;
1287 template[3].pValue = keybuf;
1291 template[3].pValue = enckey;
1311 rv = C_CreateObject(enc_context->hSession, template,
1312 sizeof (template)/sizeo
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1155 zonecfg_get_template_handle(const char *template, const char *zonename, argument
1161 if (!config_file_path(template, path))
1164 if ((err = zonecfg_get_handle_impl(template, path, handle)) != Z_OK)
1458 * loop if we're in an old BE where the default template brand is
6381 * value into the template argument.
6384 zonecfg_default_template(char *template, size_t templatesize) argument
6394 if (strlcpy(template, propval, templatesize) >=
6434 * default template, as we could be querying an old boot
7746 * there is a single value that does not match the well defined template (i.e.

Completed in 41 milliseconds

12