Searched refs:template (Results 51 - 65 of 65) sorted by relevance

123

/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dmech_sha.c100 rc = template_attribute_find(key_obj->template, CKA_VALUE, &attr);
H A Dobj_mgr.c537 // 2) get the template from the old object
538 // 3) merge in the new object's template
1241 // unless the CKA_CLASS attribute in the template has the value
1273 ulCount, obj->template);
1287 (template_attribute_find(obj->template,
1295 (template_attribute_find(obj->template,
H A Dtpmtok_int.h334 TEMPLATE *template;
/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/grub/grub2/util/
H A Dgetroot.c645 const char *template = "%s/r%s"; local
648 const char *template = "%s/%s"; local
653 sprintf (res, template, cwd, ent->d_name);
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h612 CK_ATTRIBUTE *template, CK_ULONG template_size,
672 CK_ATTRIBUTE *template, CK_ULONG template_size,
H A DmetaUtil.c1329 CK_ATTRIBUTE *template, CK_ULONG template_size,
1401 template, template_size, &hUnwrappedKey);
1326 meta_unwrap_key(meta_session_t *session, CK_MECHANISM *pMechanism, meta_object_t *unwrapping_key, CK_BYTE *wrapped_key, CK_ULONG wrapped_key_len, CK_ATTRIBUTE *template, CK_ULONG template_size, meta_object_t *unwrapped_key) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDBM_Filter.pm433 forms. Here is a template for the first
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2578 % can be specified either with sample text given in a template line,
2594 % Or use a template:
2595 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
2609 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
2620 % They will wrap at the width determined by the template.
2694 % A \tab used to include \hskip1sp. But then the space in a template
[all...]
/osnet-11/usr/src/grub/grub2/build-bios/po/
H A DMakefile844 for file in $(DISTFILES.common) Makevars.template; do \
945 for file in $(DISTFILES.common) Makevars.template; do \
990 dists="$$dists Makevars.template"; \
/osnet-11/usr/src/grub/grub2/build-uefi64/po/
H A DMakefile844 for file in $(DISTFILES.common) Makevars.template; do \
945 for file in $(DISTFILES.common) Makevars.template; do \
990 dists="$$dists Makevars.template"; \
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c4492 char *template = UnixFromLine; local
4534 template = xbuf;
4537 expand(template, buf, sizeof(buf), e);
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex3330 % can be specified either with sample text given in a template line,
3346 % Or use a template:
3347 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
3361 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
3372 % They will wrap at the width determined by the template.
3446 % A \tab used to include \hskip1sp. But then the space in a template
[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.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL86 the POD template.

Completed in 119 milliseconds

123