Home
last modified time | relevance | path

Searched refs:template (Results 1 – 25 of 135) sorted by relevance

123456

/titanic_51/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c259 kernel_validate_attr(CK_ATTRIBUTE_PTR template, CK_ULONG ulAttrNum, in kernel_validate_attr() argument
268 switch (template[i].type) { in kernel_validate_attr()
270 *class = *((CK_OBJECT_CLASS*)template[i].pValue); in kernel_validate_attr()
284 switch (template[i].type) { in kernel_validate_attr()
305 rv = kernel_lookup_attr(template[i].type); in kernel_validate_attr()
354 kernel_add_extra_attr(CK_ATTRIBUTE_PTR template, kernel_object_t *object_p) in kernel_add_extra_attr() argument
366 attrp->attr.type = template->type; in kernel_add_extra_attr()
367 attrp->attr.ulValueLen = template->ulValueLen; in kernel_add_extra_attr()
369 if ((template->pValue != NULL) && in kernel_add_extra_attr()
370 (template in kernel_add_extra_attr()
452 get_extra_attr_from_object(kernel_object_t * object_p,CK_ATTRIBUTE_PTR template) get_extra_attr_from_object() argument
511 set_extra_attr_to_object(kernel_object_t * object_p,CK_ATTRIBUTE_TYPE type,CK_ATTRIBUTE_PTR template) set_extra_attr_to_object() argument
568 get_bigint_attr_from_template(biginteger_t * big,CK_ATTRIBUTE_PTR template) get_bigint_attr_from_template() argument
596 get_bigint_attr_from_object(biginteger_t * big,CK_ATTRIBUTE_PTR template) get_bigint_attr_from_object() argument
635 get_bool_attr_from_object(kernel_object_t * object_p,CK_ULONG bool_flag,CK_ATTRIBUTE_PTR template) get_bool_attr_from_object() argument
671 set_bool_attr_to_object(kernel_object_t * object_p,CK_ULONG bool_flag,CK_ATTRIBUTE_PTR template) set_bool_attr_to_object() argument
688 get_ulong_attr_from_object(CK_ULONG value,CK_ATTRIBUTE_PTR template) get_ulong_attr_from_object() argument
720 get_ulong_attr_from_template(CK_ULONG * value,CK_ATTRIBUTE_PTR template) get_ulong_attr_from_template() argument
788 string_attr_cleanup(CK_ATTRIBUTE_PTR template) string_attr_cleanup() argument
929 kernel_parse_common_attrs(CK_ATTRIBUTE_PTR template,kernel_session_t * sp,uint64_t * attr_mask_p) kernel_parse_common_attrs() argument
999 kernel_build_public_key_object(CK_ATTRIBUTE_PTR template,CK_ULONG ulAttrNum,kernel_object_t * new_object,kernel_session_t * sp,uint_t mode) kernel_build_public_key_object() argument
1367 kernel_build_private_key_object(CK_ATTRIBUTE_PTR template,CK_ULONG ulAttrNum,kernel_object_t * new_object,kernel_session_t * sp,uint_t mode) kernel_build_private_key_object() argument
1841 kernel_build_secret_key_object(CK_ATTRIBUTE_PTR template,CK_ULONG ulAttrNum,kernel_object_t * new_object,kernel_session_t * sp) kernel_build_secret_key_object() argument
2137 kernel_build_object(CK_ATTRIBUTE_PTR template,CK_ULONG ulAttrNum,kernel_object_t * new_object,kernel_session_t * sp,uint_t mode) kernel_build_object() argument
2194 kernel_get_common_attrs(kernel_object_t * object_p,CK_ATTRIBUTE_PTR template) kernel_get_common_attrs() argument
2266 kernel_get_common_key_attrs(kernel_object_t * object_p,CK_ATTRIBUTE_PTR template) kernel_get_common_key_attrs() argument
2310 kernel_get_public_key_attribute(kernel_object_t * object_p,CK_ATTRIBUTE_PTR template) kernel_get_public_key_attribute() argument
2464 kernel_get_private_key_attribute(kernel_object_t * object_p,CK_ATTRIBUTE_PTR template) kernel_get_private_key_attribute() argument
2709 kernel_get_secret_key_attribute(kernel_object_t * object_p,CK_ATTRIBUTE_PTR template) kernel_get_secret_key_attribute() argument
2846 kernel_get_attribute(kernel_object_t * object_p,CK_ATTRIBUTE_PTR template) kernel_get_attribute() argument
2886 kernel_set_common_key_attribute(kernel_object_t * object_p,CK_ATTRIBUTE_PTR template,boolean_t copy,kernel_session_t * sp) kernel_set_common_key_attribute() argument
2973 kernel_set_public_key_attribute(kernel_object_t * object_p,CK_ATTRIBUTE_PTR template,boolean_t copy,kernel_session_t * sp) kernel_set_public_key_attribute() argument
3039 kernel_set_private_key_attribute(kernel_object_t * object_p,CK_ATTRIBUTE_PTR template,boolean_t copy,kernel_session_t * sp) kernel_set_private_key_attribute() argument
3137 kernel_set_secret_key_attribute(kernel_object_t * object_p,CK_ATTRIBUTE_PTR template,boolean_t copy,kernel_session_t * sp) kernel_set_secret_key_attribute() argument
3230 kernel_set_attribute(kernel_object_t * object_p,CK_ATTRIBUTE_PTR template,boolean_t copy,kernel_session_t * sp) kernel_set_attribute() argument
3701 kernel_find_match_attrs(kernel_object_t * obj,CK_OBJECT_CLASS * pclasses,CK_ULONG num_pclasses,CK_ATTRIBUTE * template,CK_ULONG num_attr) kernel_find_match_attrs() argument
[all...]
/titanic_51/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c265 soft_validate_attr(CK_ATTRIBUTE_PTR template, CK_ULONG ulAttrNum, in soft_validate_attr() argument
274 switch (template[i].type) { in soft_validate_attr()
276 *class = *((CK_OBJECT_CLASS*)template[i].pValue); in soft_validate_attr()
290 switch (template[i].type) { in soft_validate_attr()
311 rv = soft_lookup_attr(template[i].type); in soft_validate_attr()
447 soft_add_extra_attr(CK_ATTRIBUTE_PTR template, soft_object_t *object_p) in soft_add_extra_attr() argument
459 attrp->attr.type = template->type; in soft_add_extra_attr()
460 attrp->attr.ulValueLen = template->ulValueLen; in soft_add_extra_attr()
462 if ((template->pValue != NULL) && in soft_add_extra_attr()
463 (template in soft_add_extra_attr()
586 get_extra_attr_from_object(soft_object_t * object_p,CK_ATTRIBUTE_PTR template) get_extra_attr_from_object() argument
645 set_extra_attr_to_object(soft_object_t * object_p,CK_ATTRIBUTE_TYPE type,CK_ATTRIBUTE_PTR template) set_extra_attr_to_object() argument
702 get_bigint_attr_from_template(biginteger_t * big,CK_ATTRIBUTE_PTR template) get_bigint_attr_from_template() argument
730 get_bigint_attr_from_object(biginteger_t * big,CK_ATTRIBUTE_PTR template) get_bigint_attr_from_object() argument
769 get_bool_attr_from_object(soft_object_t * object_p,CK_ULONG bool_flag,CK_ATTRIBUTE_PTR template) get_bool_attr_from_object() argument
805 set_bool_attr_to_object(soft_object_t * object_p,CK_ULONG bool_flag,CK_ATTRIBUTE_PTR template) set_bool_attr_to_object() argument
822 get_ulong_attr_from_object(CK_ULONG value,CK_ATTRIBUTE_PTR template) get_ulong_attr_from_object() argument
855 get_ulong_attr_from_template(CK_ULONG * value,CK_ATTRIBUTE_PTR template) get_ulong_attr_from_template() argument
964 get_cert_attr_from_object(cert_attr_t * src,CK_ATTRIBUTE_PTR template) get_cert_attr_from_object() argument
988 string_attr_cleanup(CK_ATTRIBUTE_PTR template) string_attr_cleanup() argument
1216 soft_parse_common_attrs(CK_ATTRIBUTE_PTR template,uchar_t * object_type) soft_parse_common_attrs() argument
1284 soft_build_public_key_object(CK_ATTRIBUTE_PTR template,CK_ULONG ulAttrNum,soft_object_t * new_object,CK_ULONG mode,CK_KEY_TYPE key_type) global() argument
1850 soft_build_private_key_object(CK_ATTRIBUTE_PTR template,CK_ULONG ulAttrNum,soft_object_t * new_object,CK_ULONG mode,CK_KEY_TYPE key_type) global() argument
2518 soft_build_secret_key_object(CK_ATTRIBUTE_PTR template,CK_ULONG ulAttrNum,soft_object_t * new_object,CK_ULONG mode,CK_ULONG key_len,CK_KEY_TYPE key_type) global() argument
3173 soft_build_domain_parameters_object(CK_ATTRIBUTE_PTR template,CK_ULONG ulAttrNum,soft_object_t * new_object) global() argument
3399 soft_build_certificate_object(CK_ATTRIBUTE_PTR template,CK_ULONG ulAttrNum,soft_object_t * new_object,CK_CERTIFICATE_TYPE cert_type) global() argument
3594 soft_build_object(CK_ATTRIBUTE_PTR template,CK_ULONG ulAttrNum,soft_object_t * new_object) global() argument
3662 soft_build_key(CK_ATTRIBUTE_PTR template,CK_ULONG ulAttrNum,soft_object_t * new_object,CK_OBJECT_CLASS class,CK_KEY_TYPE key_type,CK_ULONG key_len,CK_ULONG mode) global() argument
3755 soft_get_common_attrs(soft_object_t * object_p,CK_ATTRIBUTE_PTR template,uchar_t object_type) global() argument
3823 soft_get_common_key_attrs(soft_object_t * object_p,CK_ATTRIBUTE_PTR template) global() argument
3866 soft_get_public_key_attribute(soft_object_t * object_p,CK_ATTRIBUTE_PTR template) global() argument
4039 soft_get_private_key_attribute(soft_object_t * object_p,CK_ATTRIBUTE_PTR template) global() argument
4309 soft_get_secret_key_attribute(soft_object_t * object_p,CK_ATTRIBUTE_PTR template) global() argument
4423 soft_get_domain_parameters_attribute(soft_object_t * object_p,CK_ATTRIBUTE_PTR template) global() argument
4541 soft_get_certificate_attribute(soft_object_t * object_p,CK_ATTRIBUTE_PTR template) global() argument
4596 soft_set_certificate_attribute(soft_object_t * object_p,CK_ATTRIBUTE_PTR template,boolean_t copy) global() argument
4653 soft_get_attribute(soft_object_t * object_p,CK_ATTRIBUTE_PTR template) global() argument
4696 soft_set_common_storage_attribute(soft_object_t * object_p,CK_ATTRIBUTE_PTR template,boolean_t copy) global() argument
4772 soft_set_common_key_attribute(soft_object_t * object_p,CK_ATTRIBUTE_PTR template,boolean_t copy) global() argument
4823 soft_set_public_key_attribute(soft_object_t * object_p,CK_ATTRIBUTE_PTR template,boolean_t copy) global() argument
4895 soft_set_private_key_attribute(soft_object_t * object_p,CK_ATTRIBUTE_PTR template,boolean_t copy) global() argument
5003 soft_set_secret_key_attribute(soft_object_t * object_p,CK_ATTRIBUTE_PTR template,boolean_t copy) global() argument
5098 soft_set_attribute(soft_object_t * object_p,CK_ATTRIBUTE_PTR template,boolean_t copy) global() argument
6485 soft_find_match_attrs(soft_object_t * obj,CK_OBJECT_CLASS * pclasses,CK_ULONG num_pclasses,CK_ATTRIBUTE * template,CK_ULONG num_attr) global() argument
[all...]
H A DsoftEC.c150 CK_ATTRIBUTE template; in soft_ec_genkey_pair() local
166 template.type = CKA_EC_PARAMS; in soft_ec_genkey_pair()
167 template.pValue = param_buffer; in soft_ec_genkey_pair()
168 template.ulValueLen = sizeof (param_buffer); in soft_ec_genkey_pair()
169 rv = soft_get_public_key_attribute(pubkey, &template); in soft_ec_genkey_pair()
173 paramlen = template.ulValueLen; in soft_ec_genkey_pair()
176 rv = set_extra_attr_to_object(prikey, CKA_EC_PARAMS, &template); in soft_ec_genkey_pair()
217 CK_ATTRIBUTE template; in soft_ec_key_derive() local
234 template.type = CKA_VALUE; in soft_ec_key_derive()
235 template in soft_ec_key_derive()
335 CK_ATTRIBUTE template; soft_ecc_sign_verify_init_common() local
537 CK_ATTRIBUTE template; soft_ecc_verify() local
[all...]
H A DsoftDH.c91 CK_ATTRIBUTE template; in soft_dh_genkey_pair() local
112 template.pValue = malloc(sizeof (CK_ULONG)); in soft_dh_genkey_pair()
113 if (template.pValue == NULL) { in soft_dh_genkey_pair()
116 template.ulValueLen = sizeof (CK_ULONG); in soft_dh_genkey_pair()
118 &template); in soft_dh_genkey_pair()
120 free(template.pValue); in soft_dh_genkey_pair()
126 value_bits = (uint32_t)(*((CK_ULONG *)(template.pValue))); in soft_dh_genkey_pair()
128 value_bits = *((CK_ULONG *)(template.pValue)); in soft_dh_genkey_pair()
131 free(template.pValue); in soft_dh_genkey_pair()
/titanic_51/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SUNWExtensions.c289 /* template for creating generic secret key object */ in SUNW_C_KeyToObject()
290 CK_ATTRIBUTE template[NUM_SECRETKEY_ATTRS]; in SUNW_C_KeyToObject() local
317 template[i].type = CKA_CLASS; in SUNW_C_KeyToObject()
318 template[i].pValue = &objclass; in SUNW_C_KeyToObject()
319 template[i].ulValueLen = sizeof (objclass); in SUNW_C_KeyToObject()
328 template[i].type = CKA_KEY_TYPE; in SUNW_C_KeyToObject()
329 template[i].pValue = &keytype; in SUNW_C_KeyToObject()
330 template[i].ulValueLen = sizeof (keytype); in SUNW_C_KeyToObject()
342 template[i].type = mapping[j].attr; in SUNW_C_KeyToObject()
343 template[ in SUNW_C_KeyToObject()
387 CK_ATTRIBUTE template[NUM_SECRETKEY_ATTRS]; pkcs11_PasswdToPBKD2Object() local
511 CK_ATTRIBUTE template; pkcs11_ObjectToKey() local
[all...]
H A DmetaObjectManager.c35 /* Size of the template for creating key used for wrap/unwrap */
745 * first, get the master template of all the attributes in meta_object_copyin()
872 * The same template will be used for all wrapping/unwrapping keys all
885 CK_ATTRIBUTE template[WRAP_KEY_TEMPLATE_SIZE]; in create_wrap_unwrap_key() local
889 template[i].type = CKA_CLASS; in create_wrap_unwrap_key()
890 template[i].pValue = &objclass; in create_wrap_unwrap_key()
891 template[i].ulValueLen = sizeof (objclass); in create_wrap_unwrap_key()
895 template[i].type = CKA_KEY_TYPE; in create_wrap_unwrap_key()
896 template[i].pValue = &keytype; in create_wrap_unwrap_key()
897 template[ in create_wrap_unwrap_key()
[all...]
/titanic_51/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dencrypt.c56 * Create an template to improve HMAC performance later. in update_key_template()
118 CK_ATTRIBUTE template[6]; in init_key_uef() local
138 template[0].type = CKA_CLASS; in init_key_uef()
139 template[0].pValue = &class; in init_key_uef()
140 template[0].ulValueLen = sizeof (class); in init_key_uef()
141 template[1].type = CKA_KEY_TYPE; in init_key_uef()
142 template[1].pValue = &keyType; in init_key_uef()
143 template[1].ulValueLen = sizeof (keyType); in init_key_uef()
144 template[2].type = CKA_TOKEN; in init_key_uef()
145 template[ in init_key_uef()
[all...]
/titanic_51/usr/src/lib/libtsnet/common/
H A Dtsol_sgetrhent.c30 * template to use (from tnrhtp).
170 char *template = rhstrp->template; in rhstr_to_ent() local
188 if (template && *template != '\0' && *template != '#' && in rhstr_to_ent()
189 *template != '\n') in rhstr_to_ent()
190 *errstrp = template; in rhstr_to_ent()
197 if (template && *template ! in rhstr_to_ent()
[all...]
H A Dtsol_getrhent.c80 (char *)addrp, rhstrp ? rhstrp->template : "NULL"); in tsol_getrhbyaddr()
121 rhstrp ? rhstrp->template : "NULL"); in tsol_getrhent()
196 rhstrp->template = _strtok_escape(NULL, sep, &last); in str_to_rhstr()
197 if (rhstrp->template != NULL) { in str_to_rhstr()
198 len = strlen(rhstrp->template); in str_to_rhstr()
199 if (rhstrp->template[len - 1] == '\n') in str_to_rhstr()
200 rhstrp->template[len - 1] = '\0'; in str_to_rhstr()
213 rhstrp->template ? rhstrp->template : "NULL"); in str_to_rhstr()
H A Dtsol_sgettpent.c27 * These functions parse entries in the "tnrhtp" (remote host template) file.
29 * field is the template name. The second is a list of "key=value" attributes,
33 * colon in a line, nor any unescaped '=' or ';' characters in the template
240 char *template = tpstrp->template; in tpstr_to_ent() local
255 *errstrp = template; in tpstr_to_ent()
257 if (template == NULL || *template == '#' || *template == '\n') { in tpstr_to_ent()
261 else if (template in tpstr_to_ent()
[all...]
/titanic_51/usr/src/cmd/Adm/
H A Dmime.types6 application/vnd.oasis.opendocument.text-template ott
10 application/vnd.oasis.opendocument.graphics-template otg
12 application/vnd.oasis.opendocument.presentation-template otp
14 application/vnd.oasis.opendocument.spreadsheet-template ots
19 application/vnd.sun.xml.writer.template stw
24 application/vnd.sun.xml.calc.template stc
28 application/vnd.sun.xml.impress.template sti
31 application/vnd.sun.xml.draw.template std
39 application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx
40 application/vnd.ms-word.template
[all...]
H A Dmailcap6 application/vnd.oasis.opendocument.text-template; /usr/bin/soffice -view %s
10 application/vnd.sun.xml.writer.template; /usr/bin/soffice -view %s
21 application/vnd.oasis.opendocument.spreadsheet-template; /usr/bin/soffice -view %s
23 application/vnd.sun.xml.calc.template; /usr/bin/soffice -view %s
33 application/vnd.oasis.opendocument.presentation-template; /usr/bin/soffice -view %s
35 application/vnd.sun.xml.impress.template; /usr/bin/soffice -view %s
43 application/vnd.oasis.opendocument.graphics-template; /usr/bin/soffice -view %s
45 application/vnd.sun.xml.draw.template; /usr/bin/soffice -view %s
/titanic_51/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Darcfour_provider.c32 CK_ATTRIBUTE template[5]; in setup_arcfour_crypto() local
40 template[0].type = CKA_CLASS; in setup_arcfour_crypto()
41 template[0].pValue = &class; in setup_arcfour_crypto()
42 template[0].ulValueLen = sizeof (class); in setup_arcfour_crypto()
43 template[1].type = CKA_KEY_TYPE; in setup_arcfour_crypto()
44 template[1].pValue = &keyType; in setup_arcfour_crypto()
45 template[1].ulValueLen = sizeof (keyType); in setup_arcfour_crypto()
46 template[2].type = CKA_TOKEN; in setup_arcfour_crypto()
47 template[2].pValue = &false; in setup_arcfour_crypto()
48 template[ in setup_arcfour_crypto()
[all...]
/titanic_51/usr/src/lib/libc/port/gen/
H A Dmkdtemp.c37 mkdtemp(char *template) in mkdtemp() argument
42 /* Save template */ in mkdtemp()
43 t = strdupa(template); in mkdtemp()
45 r = mktemp(template); in mkdtemp()
50 if (mkdir(template, 0700) == 0) in mkdtemp()
57 /* Reset template */ in mkdtemp()
58 (void) strcpy(template, t); in mkdtemp()
/titanic_51/usr/src/lib/nsswitch/ldap/common/
H A Dtsol_gettpent.c64 char **attrs, **template; in _nss_ldap_tnrhtp2str() local
70 template = __ns_ldap_getAttr(result->entry, _TNRHTP_NAME); in _nss_ldap_tnrhtp2str()
71 if (template == NULL || template[0] == NULL || in _nss_ldap_tnrhtp2str()
72 (strlen(template[0]) < 1)) { in _nss_ldap_tnrhtp2str()
82 /* "template:attrs" */ in _nss_ldap_tnrhtp2str()
83 len = strlen(template[0]) + strlen(attrs[0]) + 2; in _nss_ldap_tnrhtp2str()
95 (void) snprintf(buffer, len, "%s:%s", template[0], attrs[0]); in _nss_ldap_tnrhtp2str()
H A Dtsol_getrhent.c79 char **addr, **template, *addr_out; in _nss_ldap_tnrhdb2str() local
102 template = __ns_ldap_getAttr(result->entry, _TNRHDB_TNAME); in _nss_ldap_tnrhdb2str()
103 if (template == NULL || template[0] == NULL || in _nss_ldap_tnrhdb2str()
104 (strlen(template[0]) < 1)) { in _nss_ldap_tnrhdb2str()
108 /* "addr:template" */ in _nss_ldap_tnrhdb2str()
109 len = strlen(addr_out) + strlen(template[0]) + 2; in _nss_ldap_tnrhdb2str()
121 (void) snprintf(buffer, len, "%s:%s", addr_out, template[0]); in _nss_ldap_tnrhdb2str()
/titanic_51/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobject.c369 rc = template_attribute_find(o->template, CKA_SENSITIVE, &attr); in object_create()
383 rc = template_attribute_find(o->template, CKA_EXTRACTABLE, in object_create()
398 (void) template_update_attribute(o->template, sensitive); in object_create()
399 (void) template_update_attribute(o->template, extractable); in object_create()
417 // object's attribute template plus any additional attributes that are
453 // copy the original object's attribute template in object_copy()
455 rc = template_copy(tmpl, old_obj->template); in object_copy()
483 // of the old template. in object_copy()
499 o->template = tmpl; in object_copy()
528 count = template_get_count(obj->template); in object_flatten()
[all...]
H A Dkey_mgr.c149 publ_key_obj->template, in key_mgr_generate_key_pair()
150 priv_key_obj->template); in key_mgr_generate_key_pair()
167 flag = template_attribute_find(priv_key_obj->template, in key_mgr_generate_key_pair()
177 (void) template_update_attribute(priv_key_obj->template, in key_mgr_generate_key_pair()
186 flag = template_attribute_find(priv_key_obj->template, in key_mgr_generate_key_pair()
199 (void) template_update_attribute(priv_key_obj->template, in key_mgr_generate_key_pair()
263 rc = template_attribute_find(key2_obj->template, in key_mgr_wrap_key()
274 rc = template_attribute_find(key2_obj->template, CKA_CLASS, &attr); in key_mgr_wrap_key()
291 rc = template_attribute_find(key2_obj->template, in key_mgr_wrap_key()
300 rc = rsa_priv_wrap_get_data(key2_obj->template, length_onl in key_mgr_wrap_key()
[all...]
/titanic_51/usr/src/uts/common/sys/crypto/
H A Dimpl.h604 #define KCF_PROV_CREATE_CTX_TEMPLATE(pd, mech, key, template, size, req) ( \ argument
607 (pd)->pd_prov_handle, mech, key, template, size, req) : \
674 #define KCF_PROV_ENCRYPT_INIT(pd, ctx, mech, key, template, req) ( \ argument
676 KCF_PROV_CIPHER_OPS(pd)->encrypt_init(ctx, mech, key, template, \
697 template, req) ( \ argument
701 template, req) : \
704 #define KCF_PROV_DECRYPT_INIT(pd, ctx, mech, key, template, req) ( \ argument
706 KCF_PROV_CIPHER_OPS(pd)->decrypt_init(ctx, mech, key, template, \
727 template, req) ( \ argument
731 template, re
738 KCF_PROV_MAC_INIT(pd,ctx,mech,key,template,req) global() argument
762 KCF_PROV_MAC_ATOMIC(pd,session,mech,key,data,mac,template,req) global() argument
771 KCF_PROV_MAC_VERIFY_ATOMIC(pd,session,mech,key,data,mac,template,req) global() argument
782 KCF_PROV_SIGN_INIT(pd,ctx,mech,key,template,req) global() argument
802 KCF_PROV_SIGN_ATOMIC(pd,session,mech,key,data,template,sig,req) global() argument
809 KCF_PROV_SIGN_RECOVER_INIT(pd,ctx,mech,key,template,req) global() argument
820 KCF_PROV_SIGN_RECOVER_ATOMIC(pd,session,mech,key,data,template,sig,req) global() argument
832 KCF_PROV_VERIFY_INIT(pd,ctx,mech,key,template,req) global() argument
852 KCF_PROV_VERIFY_ATOMIC(pd,session,mech,key,data,template,sig,req) global() argument
859 KCF_PROV_VERIFY_RECOVER_INIT(pd,ctx,mech,key,template,req) global() argument
877 KCF_PROV_VERIFY_RECOVER_ATOMIC(pd,session,mech,key,sig,template,data,req) global() argument
1069 KCF_PROV_OBJECT_CREATE(pd,session,template,count,object,req) global() argument
1074 KCF_PROV_OBJECT_COPY(pd,session,object,template,count,new_object,req) global() argument
1092 KCF_PROV_OBJECT_GET_ATTRIBUTE_VALUE(pd,session,object,template,count,req) global() argument
1100 KCF_PROV_OBJECT_SET_ATTRIBUTE_VALUE(pd,session,object,template,count,req) global() argument
1108 KCF_PROV_OBJECT_FIND_INIT(pd,session,template,count,ppriv,req) global() argument
1132 KCF_PROV_KEY_GENERATE(pd,session,mech,template,count,object,req) global() argument
1156 KCF_PROV_KEY_UNWRAP(pd,session,mech,unwrapping_key,wrapped_key,wrapped_key_len,template,count,key,req) global() argument
1163 KCF_PROV_KEY_DERIVE(pd,session,mech,base_key,template,count,key,req) global() argument
1210 KCF_PROV_NOSTORE_KEY_GENERATE(pd,session,mech,template,count,out_template,out_count,req) global() argument
1228 KCF_PROV_NOSTORE_KEY_DERIVE(pd,session,mech,base_key,template,count,out_template,out_count,req) global() argument
[all...]
/titanic_51/usr/src/cmd/fm/dicts/
H A DFMNOTIFY.po32 msgid "smtp-notify-subject-template"
41 msgid "smtp-notify-smf-subject-template"
50 msgid "smtp-notify-fm-subject-template"
54 # Generic message template for raw software events
56 msgid "ireport-msg-template"
60 # default email message template for SMF service state transition events
62 msgid "ireport.os.smf-msg-template"
/titanic_51/usr/src/uts/common/os/
H A Dcontract.c56 * A contract template is represented by a ct_template_t, which, like a
57 * contract, points to an encapsulating contract-type specific template
58 * object. A ct_template_t contains the template's terms.
1184 contract_t template, *ct; in contract_lookup_common() local
1188 template.ct_id = current; in contract_lookup_common()
1189 ct = avl_find(tree, &template, &where); in contract_lookup_common()
1247 contract_t template, *ct; in contract_plookup() local
1251 template.ct_id = current; in contract_plookup()
1256 ct = avl_find(&contract_avl, &template, &where); in contract_plookup()
1267 ct = avl_find(&p->p_ct_held, &template, in contract_plookup()
1287 contract_t template, *ct; contract_ptr_common() local
1501 ctmpl_free(ct_template_t * template) ctmpl_free() argument
1513 ctmpl_dup(ct_template_t * template) ctmpl_dup() argument
1536 ctmpl_set(ct_template_t * template,ct_kparam_t * kparam,const cred_t * cr) ctmpl_set() argument
1606 ctmpl_get(ct_template_t * template,ct_kparam_t * kparam) ctmpl_get() argument
1649 ctmpl_makecurrent(ct_template_t * template,ct_template_t * new) ctmpl_makecurrent() argument
1671 ctmpl_activate(ct_template_t * template) ctmpl_activate() argument
1683 ctmpl_clear(ct_template_t * template) ctmpl_clear() argument
1694 ctmpl_create(ct_template_t * template,ctid_t * ctidp) ctmpl_create() argument
1745 ctmpl_create_inval(ct_template_t * template,ctid_t * ctidp) ctmpl_create_inval() argument
[all...]
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c531 int port, const struct addrinfo *template) in fai_add_entry() argument
536 if (template->ai_family != AF_INET in fai_add_entry()
538 && template->ai_family != AF_INET6 in fai_add_entry()
542 *n = *template; in fai_add_entry()
543 if (template->ai_family == AF_INET) { in fai_add_entry()
558 if (template->ai_family == AF_INET6) { in fai_add_entry()
651 struct addrinfo *template, in fai_add_hosts_by_name() argument
761 template->ai_family = AF_INET6; in fai_add_hosts_by_name()
762 template->ai_addrlen = sizeof(struct sockaddr_in6); in fai_add_hosts_by_name()
764 r = fai_add_entry (result, &ce->addrs6[i], portnum, template); in fai_add_hosts_by_name()
831 struct addrinfo template; fake_getaddrinfo() local
[all...]
/titanic_51/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c617 CK_ATTRIBUTE template[5]; in execute_cmd() local
622 template[nattr].type = CKA_CLASS; in execute_cmd()
623 template[nattr].pValue = &class; in execute_cmd()
624 template[nattr].ulValueLen = sizeof (class); in execute_cmd()
627 template[nattr].type = CKA_KEY_TYPE; in execute_cmd()
628 template[nattr].pValue = &tmpl_keytype; in execute_cmd()
629 template[nattr].ulValueLen = sizeof (tmpl_keytype); in execute_cmd()
632 template[nattr].type = CKA_SIGN; in execute_cmd()
633 template[nattr].pValue = &true; in execute_cmd()
634 template[natt in execute_cmd()
[all...]
/titanic_51/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c435 char template[PATH_MAX]; in openLocal() local
477 n = snprintf(template, sizeof (template), "%s%s%sXXXXXX", in openLocal()
479 if (n > sizeof (template)) { in openLocal()
486 tmpFd = mkstemp(template); in openLocal()
496 (void) unlink(template); in openLocal()
500 n = copyFile(fd, tmpFd, a_path, template, &statbuf, 0L); in openLocal()
/titanic_51/usr/src/lib/libofmt/common/
H A Dofmt.c131 split_fields(const ofmt_field_t *template, uint_t maxfields, uint_t maxcols) in split_fields() argument
145 cols += template[i].of_width; in split_fields()
153 sp->s_fields[sp->s_nfields++] = template[i].of_name; in split_fields()
178 ofmt_open(const char *str, const ofmt_field_t *template, uint_t flags, in ofmt_open() argument
208 if (template == NULL) in ofmt_open()
210 for (ofp = template; ofp->of_name != NULL; ofp++) in ofmt_open()
221 sp = split_fields(template, nfields, maxcols); in ofmt_open()
238 * nfields is the number of fields in template. in ofmt_open()
243 template[j].of_name) == 0) { in ofmt_open()
262 of[of_index].of_name = strdup(template[ in ofmt_open()
[all...]

123456