Home
last modified time | relevance | path

Searched defs:template (Results 1 – 25 of 78) sorted by relevance

1234

/titanic_52/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
354 kernel_add_extra_attr(CK_ATTRIBUTE_PTR template, kernel_object_t *object_p) in kernel_add_extra_attr() argument
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_52/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
447 soft_add_extra_attr(CK_ATTRIBUTE_PTR template, soft_object_t *object_p) in soft_add_extra_attr() argument
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
217 CK_ATTRIBUTE template; in soft_ec_key_derive() local
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
/titanic_52/usr/src/uts/common/crypto/io/
H A Daes.c338 crypto_key_t *key, crypto_spi_ctx_template_t template, in aes_encrypt_init() argument
345 crypto_key_t *key, crypto_spi_ctx_template_t template, in aes_decrypt_init() argument
357 crypto_key_t *key, crypto_spi_ctx_template_t template, in aes_common_init() argument
962 crypto_spi_ctx_template_t template, crypto_req_handle_t req) in aes_encrypt_atomic() argument
1092 crypto_spi_ctx_template_t template, crypto_req_handle_t req) in aes_decrypt_atomic() argument
1314 aes_common_init_ctx(aes_ctx_t * aes_ctx,crypto_spi_ctx_template_t * template,crypto_mechanism_t * mechanism,crypto_key_t * key,int kmflag,boolean_t is_encrypt_init) aes_common_init_ctx() argument
1434 aes_mac_atomic(crypto_provider_handle_t provider,crypto_session_id_t session_id,crypto_mechanism_t * mechanism,crypto_key_t * key,crypto_data_t * data,crypto_data_t * mac,crypto_spi_ctx_template_t template,crypto_req_handle_t req) aes_mac_atomic() argument
1456 aes_mac_verify_atomic(crypto_provider_handle_t provider,crypto_session_id_t session_id,crypto_mechanism_t * mechanism,crypto_key_t * key,crypto_data_t * data,crypto_data_t * mac,crypto_spi_ctx_template_t template,crypto_req_handle_t req) aes_mac_verify_atomic() argument
[all...]
H A Dblowfish.c276 crypto_key_t *key, crypto_spi_ctx_template_t template, in blowfish_common_init() argument
597 crypto_spi_ctx_template_t template, crypto_req_handle_t req) in blowfish_encrypt_atomic() argument
684 crypto_spi_ctx_template_t template, crypto_req_handle_t req) in blowfish_decrypt_atomic() argument
827 crypto_spi_ctx_template_t *template, crypto_mechanism_t *mechanism, in blowfish_common_init_ctx() argument
[all...]
/titanic_52/usr/src/uts/common/os/
H A Dcontract.c1184 contract_t template, *ct; in contract_lookup_common() local
1247 contract_t template, *ct; in contract_plookup() local
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_52/usr/src/lib/libc/port/gen/
H A Dmkdtemp.c37 mkdtemp(char *template) in mkdtemp() argument
H A Dmktemp.c231 mktemp(char *template) in mktemp() argument
/titanic_52/usr/src/uts/common/sys/crypto/
H A Dimpl.h604 #define KCF_PROV_CREATE_CTX_TEMPLATE(pd, mech, key, template, size, req) ( \ argument
674 #define KCF_PROV_ENCRYPT_INIT(pd, ctx, mech, key, template, req) ( \ argument
697 template, req) ( \ argument
704 #define KCF_PROV_DECRYPT_INIT(pd, ctx, mech, key, template, req) ( \ argument
727 template, req) ( \ argument
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_52/usr/src/test/libc-tests/tests/random/
H A Dinz_inval.c37 char *template = "/tmp/inz_inval.XXXXXX"; in main() local
/titanic_52/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SUNWExtensions.c290 CK_ATTRIBUTE template[NUM_SECRETKEY_ATTRS]; in SUNW_C_KeyToObject() local
387 CK_ATTRIBUTE template[NUM_SECRETKEY_ATTRS]; pkcs11_PasswdToPBKD2Object() local
511 CK_ATTRIBUTE template; pkcs11_ObjectToKey() local
[all...]
/titanic_52/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c454 tcp_named_kstat_t template = { in tcp_kstat_init() local
659 tcp_g_stat_t template = { in tcp_g_kstat_init() local
693 tcp_stat_t template in tcp_kstat2_init() local
[all...]
/titanic_52/usr/src/cmd/mktemp/
H A Dmktemp.c54 char template[] = "tmp.XXXXXX"; in main() local
/titanic_52/usr/src/uts/common/des/
H A Ddes_crypt.c434 crypto_key_t *key, crypto_spi_ctx_template_t template, in des_common_init() argument
788 crypto_spi_ctx_template_t template, crypto_req_handle_t req) in des_encrypt_atomic() argument
891 crypto_spi_ctx_template_t template, crypto_req_handle_t req) in des_decrypt_atomic() argument
1109 des_common_init_ctx(des_ctx_t *des_ctx, crypto_spi_ctx_template_t *template, in des_common_init_ctx() argument
[all...]
/titanic_52/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dencrypt.c118 CK_ATTRIBUTE template[6]; in init_key_uef() local
[all...]
/titanic_52/usr/src/lib/nsswitch/ldap/common/
H A Dtsol_gettpent.c64 char **attrs, **template; in _nss_ldap_tnrhtp2str() local
H A Dtsol_getrhent.c79 char **addr, **template, *addr_out; in _nss_ldap_tnrhdb2str() local
/titanic_52/usr/src/uts/common/inet/udp/
H A Dudp_stats.c393 udp_stat_t template = { in udp_kstat2_init() local
516 udp_named_kstat_t template = { in udp_kstat_init() local
/titanic_52/usr/src/lib/libtsnet/common/
H A Dtsol_sgetrhent.c170 char *template = rhstrp->template; in rhstr_to_ent() local
[all...]
H A Dtsol_sgettpent.c240 char *template = tpstrp->template; in tpstr_to_ent() local
[all...]
/titanic_52/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c265 sctp_named_kstat_t template = { in sctp_kstat_init() local
455 sctp_kstat_t template = { in sctp_kstat2_init() local
/titanic_52/usr/src/uts/common/contract/
H A Dprocess.c146 ctmpl_process_dup(struct ct_template *template) in ctmpl_process_dup() argument
180 ctmpl_process_free(struct ct_template *template) in ctmpl_process_free() argument
358 ctmpl_process_get(struct ct_template * template,ct_kparam_t * kparam) ctmpl_process_get() argument
[all...]
H A Ddevice.c412 ctmpl_device_dup(struct ct_template * template) ctmpl_device_dup() argument
466 ctmpl_device_free(struct ct_template * template) ctmpl_device_free() argument
599 ctmpl_device_get(struct ct_template * template,ct_kparam_t * kparam) ctmpl_device_get() argument
643 ctmpl_device_create(ct_template_t * template,ctid_t * ctidp) ctmpl_device_create() argument
[all...]
/titanic_52/usr/src/uts/common/rpc/
H A Dmt_rpcinit.c59 const kstat_named_t *template, size_t template_size) in rpcstat_zone_init_common() argument

1234