Searched refs:template (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/pkcs11-keygen/
H A Dwritekey.c22 /* Define static key template values */
40 CK_ATTRIBUTE template[50]; local
155 /* fill the search template */
159 template[0].type = CKA_TOKEN;
160 template[0].pValue = &truevalue;
161 template[0].ulValueLen = sizeof (truevalue);
162 template[1].type = CKA_CLASS;
163 template[1].pValue = &kclass;
164 template[1].ulValueLen = sizeof (kclass);
165 template[
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf23 * It could also be used as a conceptual template for users of new features.

Completed in 12 milliseconds