Searched defs:key_tmpl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1066 CK_ATTRIBUTE key_tmpl[] = { local
1073 CK_ULONG attrs = sizeof (key_tmpl) / sizeof (CK_ATTRIBUTE);
1127 switch (key_tmpl[i].type) {
1129 key_tmpl[i].pValue = &kclass;
1130 key_tmpl[i].ulValueLen = sizeof (kclass);
1133 key_tmpl[i].pValue = &ktype;
1134 key_tmpl[i].ulValueLen = sizeof (ktype);
1137 key_tmpl[i].pValue = token->key;
1138 key_tmpl[i].ulValueLen = strlen(token->key);
1141 key_tmpl[
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h425 crypto_ctx_template_t key_tmpl; member in struct:_krb5_keyblock

Completed in 86 milliseconds