Home
last modified time | relevance | path

Searched defs:tmpl (Results 1 – 25 of 46) sorted by relevance

12

/titanic_52/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dhwf_obj.c296 hwf_object_check_required_attributes(TEMPLATE *tmpl, CK_ULONG mode) in hwf_object_check_required_attributes() argument
312 clock_check_required_attributes(TEMPLATE *tmpl, CK_ULONG mode) in clock_check_required_attributes() argument
328 counter_check_required_attributes(TEMPLATE *tmpl, CK_ULONG mode) in counter_check_required_attributes() argument
357 hwf_validate_attribute(TEMPLATE * tmpl,CK_ATTRIBUTE * attr,CK_ULONG mode) hwf_validate_attribute() argument
373 clock_validate_attribute(TEMPLATE * tmpl,CK_ATTRIBUTE * attr,CK_ULONG mode) clock_validate_attribute() argument
384 counter_validate_attribute(TEMPLATE * tmpl,CK_ATTRIBUTE * attr,CK_ULONG mode) counter_validate_attribute() argument
401 clock_set_default_attributes(TEMPLATE * tmpl) clock_set_default_attributes() argument
421 counter_set_default_attributes(TEMPLATE * tmpl) counter_set_default_attributes() argument
[all...]
H A Dkey.c296 key_object_check_required_attributes(TEMPLATE *tmpl, CK_ULONG mode) in key_object_check_required_attributes() argument
312 key_object_set_default_attributes(TEMPLATE *tmpl, CK_ULONG mode) in key_object_set_default_attributes() argument
376 key_object_validate_attribute(TEMPLATE *tmpl, in key_object_validate_attribute() argument
402 publ_key_check_required_attributes(TEMPLATE * tmpl,CK_ULONG mode) publ_key_check_required_attributes() argument
407 publ_key_set_default_attributes(TEMPLATE * tmpl,CK_ULONG mode) publ_key_set_default_attributes() argument
496 publ_key_validate_attribute(TEMPLATE * tmpl,CK_ATTRIBUTE * attr,CK_ULONG mode) publ_key_validate_attribute() argument
519 priv_key_check_required_attributes(TEMPLATE * tmpl,CK_ULONG mode) priv_key_check_required_attributes() argument
524 priv_key_set_default_attributes(TEMPLATE * tmpl,CK_ULONG mode) priv_key_set_default_attributes() argument
653 priv_key_unwrap(TEMPLATE * tmpl,CK_ULONG keytype,CK_BYTE * data,CK_ULONG data_len) priv_key_unwrap() argument
726 priv_key_validate_attribute(TEMPLATE * tmpl,CK_ATTRIBUTE * attr,CK_ULONG mode) priv_key_validate_attribute() argument
798 secret_key_check_required_attributes(TEMPLATE * tmpl,CK_ULONG mode) secret_key_check_required_attributes() argument
804 secret_key_set_default_attributes(TEMPLATE * tmpl,CK_ULONG mode) secret_key_set_default_attributes() argument
948 secret_key_unwrap(TEMPLATE * tmpl,CK_ULONG keytype,CK_BYTE * data,CK_ULONG data_len,CK_BBOOL fromend) secret_key_unwrap() argument
1020 secret_key_validate_attribute(TEMPLATE * tmpl,CK_ATTRIBUTE * attr,CK_ULONG mode) secret_key_validate_attribute() argument
1101 rsa_publ_check_required_attributes(TEMPLATE * tmpl,CK_ULONG mode) rsa_publ_check_required_attributes() argument
1131 rsa_publ_set_default_attributes(TEMPLATE * tmpl,CK_ULONG mode) rsa_publ_set_default_attributes() argument
1187 rsa_publ_validate_attribute(TEMPLATE * tmpl,CK_ATTRIBUTE * attr,CK_ULONG mode) rsa_publ_validate_attribute() argument
1226 rsa_priv_check_required_attributes(TEMPLATE * tmpl,CK_ULONG mode) rsa_priv_check_required_attributes() argument
1309 rsa_priv_set_default_attributes(TEMPLATE * tmpl,CK_ULONG mode) rsa_priv_set_default_attributes() argument
1360 rsa_priv_validate_attribute(TEMPLATE * tmpl,CK_ATTRIBUTE * attr,CK_ULONG mode) rsa_priv_validate_attribute() argument
1430 rsa_priv_wrap_get_data(TEMPLATE * tmpl,CK_BBOOL length_only,CK_BYTE ** data,CK_ULONG * data_len) rsa_priv_wrap_get_data() argument
1481 rsa_priv_unwrap(TEMPLATE * tmpl,CK_BYTE * data,CK_ULONG total_length) rsa_priv_unwrap() argument
1524 generic_secret_check_required_attributes(TEMPLATE * tmpl,CK_ULONG mode) generic_secret_check_required_attributes() argument
1550 generic_secret_set_default_attributes(TEMPLATE * tmpl,CK_ULONG mode) generic_secret_set_default_attributes() argument
1600 generic_secret_validate_attribute(TEMPLATE * tmpl,CK_ATTRIBUTE * attr,CK_ULONG mode) generic_secret_validate_attribute() argument
1636 generic_secret_wrap_get_data(TEMPLATE * tmpl,CK_BBOOL length_only,CK_BYTE ** data,CK_ULONG * data_len) generic_secret_wrap_get_data() argument
1669 generic_secret_unwrap(TEMPLATE * tmpl,CK_BYTE * data,CK_ULONG data_len,CK_BBOOL fromend) generic_secret_unwrap() argument
[all...]
H A Dcert.c305 cert_check_required_attributes(TEMPLATE *tmpl, CK_ULONG mode) in cert_check_required_attributes() argument
328 cert_validate_attribute(TEMPLATE *tmpl, CK_ATTRIBUTE *attr, CK_ULONG mode) in cert_validate_attribute() argument
350 cert_x509_check_required_attributes(TEMPLATE *tmpl, CK_ULONG mode) { in cert_x509_check_required_attributes() argument
375 cert_x509_set_default_attributes(TEMPLATE * tmpl,CK_ULONG mode) cert_x509_set_default_attributes() argument
416 cert_x509_validate_attribute(TEMPLATE * tmpl,CK_ATTRIBUTE * attr,CK_ULONG mode) cert_x509_validate_attribute() argument
443 cert_vendor_check_required_attributes(TEMPLATE * tmpl,CK_ULONG mode) cert_vendor_check_required_attributes() argument
449 cert_vendor_validate_attribute(TEMPLATE * tmpl,CK_ATTRIBUTE * attr,CK_ULONG mode) cert_vendor_validate_attribute() argument
[all...]
H A Dtemplate.c302 template_add_attributes(TEMPLATE * tmpl, in template_add_attributes() argument
343 template_add_default_attributes(TEMPLATE * tmpl, in template_add_default_attributes() argument
421 template_attribute_find(TEMPLATE * tmpl,CK_ATTRIBUTE_TYPE type,CK_ATTRIBUTE ** attr) template_attribute_find() argument
452 template_attribute_find_multiple(TEMPLATE * tmpl,ATTRIBUTE_PARSE_LIST * parselist,CK_ULONG plcount) template_attribute_find_multiple() argument
470 template_check_required_attributes(TEMPLATE * tmpl,CK_ULONG class,CK_ULONG subclass,CK_ULONG mode) template_check_required_attributes() argument
541 template_check_required_base_attributes(TEMPLATE * tmpl,CK_ULONG mode) template_check_required_base_attributes() argument
630 template_flatten(TEMPLATE * tmpl,CK_BYTE * dest) template_flatten() argument
705 TEMPLATE * tmpl = NULL; template_unflatten() local
829 template_free(TEMPLATE * tmpl) template_free() argument
847 template_get_class(TEMPLATE * tmpl,CK_ULONG * class,CK_ULONG * subclass) template_get_class() argument
879 template_get_count(TEMPLATE * tmpl) template_get_count() argument
887 template_get_size(TEMPLATE * tmpl) template_get_size() argument
907 template_get_compressed_size(TEMPLATE * tmpl) template_get_compressed_size() argument
949 template_check_exportability(TEMPLATE * tmpl,CK_ATTRIBUTE_TYPE type) template_check_exportability() argument
1024 template_set_default_common_attributes(TEMPLATE * tmpl) template_set_default_common_attributes() argument
1076 template_update_attribute(TEMPLATE * tmpl,CK_ATTRIBUTE * new_attr) template_update_attribute() argument
1105 template_validate_attribute(TEMPLATE * tmpl,CK_ATTRIBUTE * attr,CK_ULONG class,CK_ULONG subclass,CK_ULONG mode) template_validate_attribute() argument
1167 template_validate_attributes(TEMPLATE * tmpl,CK_ULONG class,CK_ULONG subclass,CK_ULONG mode) template_validate_attributes() argument
1192 template_validate_base_attribute(TEMPLATE * tmpl,CK_ATTRIBUTE * attr,CK_ULONG mode) template_validate_base_attribute() argument
[all...]
H A Ddata_obj.c297 data_object_check_required_attributes(TEMPLATE *tmpl, CK_ULONG mode) in data_object_check_required_attributes() argument
312 data_object_set_default_attributes(TEMPLATE *tmpl, CK_ULONG mode) in data_object_set_default_attributes() argument
354 data_object_validate_attribute(TEMPLATE *tmpl, CK_ATTRIBUTE *attr, in data_object_validate_attribute() argument
H A Dobject.c429 TEMPLATE * tmpl = NULL; in object_copy() local
757 TEMPLATE * tmpl = NULL; object_restore() local
820 TEMPLATE * tmpl = NULL; object_create_skel() local
[all...]
/titanic_52/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c159 struct ldap_disptmpl *prevtmpl, *tmpl; in ldap_init_templates_buf() local
209 free_disptmpl( struct ldap_disptmpl *tmpl ) in free_disptmpl() argument
297 ldap_next_disptmpl(struct ldap_disptmpl * tmpllist,struct ldap_disptmpl * tmpl) ldap_next_disptmpl() argument
360 ldap_first_tmplrow(struct ldap_disptmpl * tmpl) ldap_first_tmplrow() argument
368 ldap_next_tmplrow(struct ldap_disptmpl * tmpl,struct ldap_tmplitem * row) ldap_next_tmplrow() argument
376 ldap_first_tmplcol(struct ldap_disptmpl * tmpl,struct ldap_tmplitem * row) ldap_first_tmplcol() argument
384 ldap_next_tmplcol(struct ldap_disptmpl * tmpl,struct ldap_tmplitem * row,struct ldap_tmplitem * col) ldap_next_tmplcol() argument
393 ldap_tmplattrs(struct ldap_disptmpl * tmpl,char ** includeattrs,int exclude,unsigned long syntaxmask) ldap_tmplattrs() argument
471 struct ldap_disptmpl *tmpl = NULL; read_next_tmpl() local
[all...]
H A Dtmplout.c88 struct ldap_disptmpl *tmpl, in ldap_entry2text() argument
113 struct ldap_disptmpl *tmpl, in ldap_entry2html() argument
142 struct ldap_disptmpl *tmpl, in do_entry2text() argument
454 struct ldap_disptmpl *tmpl; do_entry2text_search() local
791 max_label_len(struct ldap_disptmpl * tmpl) max_label_len() argument
[all...]
/titanic_52/usr/src/uts/common/crypto/api/
H A Dkcf_cipher.c107 crypto_spi_ctx_template_t tmpl, crypto_context_t *ctxp, in crypto_cipher_init_prov() argument
230 crypto_ctx_template_t tmpl, crypto_context_t *ctxp, in crypto_cipher_init() argument
320 crypto_encrypt_prov(crypto_provider_t provider,crypto_session_id_t sid,crypto_mechanism_t * mech,crypto_data_t * plaintext,crypto_key_t * key,crypto_ctx_template_t tmpl,crypto_data_t * ciphertext,crypto_call_req_t * crq) crypto_encrypt_prov() argument
355 crypto_encrypt(crypto_mechanism_t * mech,crypto_data_t * plaintext,crypto_key_t * key,crypto_ctx_template_t tmpl,crypto_data_t * ciphertext,crypto_call_req_t * crq) crypto_encrypt() argument
432 crypto_encrypt_init_prov(crypto_provider_t pd,crypto_session_id_t sid,crypto_mechanism_t * mech,crypto_key_t * key,crypto_ctx_template_t tmpl,crypto_context_t * ctxp,crypto_call_req_t * crq) crypto_encrypt_init_prov() argument
446 crypto_encrypt_init(crypto_mechanism_t * mech,crypto_key_t * key,crypto_ctx_template_t tmpl,crypto_context_t * ctxp,crypto_call_req_t * crq) crypto_encrypt_init() argument
601 crypto_decrypt_prov(crypto_provider_t provider,crypto_session_id_t sid,crypto_mechanism_t * mech,crypto_data_t * ciphertext,crypto_key_t * key,crypto_ctx_template_t tmpl,crypto_data_t * plaintext,crypto_call_req_t * crq) crypto_decrypt_prov() argument
637 crypto_decrypt(crypto_mechanism_t * mech,crypto_data_t * ciphertext,crypto_key_t * key,crypto_ctx_template_t tmpl,crypto_data_t * plaintext,crypto_call_req_t * crq) crypto_decrypt() argument
714 crypto_decrypt_init_prov(crypto_provider_t pd,crypto_session_id_t sid,crypto_mechanism_t * mech,crypto_key_t * key,crypto_ctx_template_t tmpl,crypto_context_t * ctxp,crypto_call_req_t * crq) crypto_decrypt_init_prov() argument
728 crypto_decrypt_init(crypto_mechanism_t * mech,crypto_key_t * key,crypto_ctx_template_t tmpl,crypto_context_t * ctxp,crypto_call_req_t * crq) crypto_decrypt_init() argument
[all...]
H A Dkcf_verify.c47 crypto_mechanism_t *mech, crypto_key_t *key, crypto_ctx_template_t tmpl, in crypto_verify_init_prov() argument
93 crypto_ctx_template_t tmpl, crypto_context_t *ctxp, crypto_call_req_t *crq) in crypto_verify_init() argument
231 crypto_ctx_template_t tmpl, crypto_data_t *signature, in crypto_verify_prov() argument
260 crypto_data_t *data, crypto_ctx_template_t tmpl, crypto_data_t *signature, in verify_vr_atomic_common() argument
342 crypto_verify(crypto_mechanism_t * mech,crypto_key_t * key,crypto_data_t * data,crypto_ctx_template_t tmpl,crypto_data_t * signature,crypto_call_req_t * crq) crypto_verify() argument
352 crypto_verify_recover_prov(crypto_provider_t provider,crypto_session_id_t sid,crypto_mechanism_t * mech,crypto_key_t * key,crypto_data_t * signature,crypto_ctx_template_t tmpl,crypto_data_t * data,crypto_call_req_t * crq) crypto_verify_recover_prov() argument
380 crypto_verify_recover(crypto_mechanism_t * mech,crypto_key_t * key,crypto_data_t * signature,crypto_ctx_template_t tmpl,crypto_data_t * data,crypto_call_req_t * crq) crypto_verify_recover() argument
390 crypto_verify_recover_init_prov(crypto_provider_t provider,crypto_session_id_t sid,crypto_mechanism_t * mech,crypto_key_t * key,crypto_ctx_template_t tmpl,crypto_context_t * ctxp,crypto_call_req_t * crq) crypto_verify_recover_init_prov() argument
[all...]
H A Dkcf_sign.c47 crypto_mechanism_t *mech, crypto_key_t *key, crypto_ctx_template_t tmpl, in crypto_sign_init_prov() argument
92 crypto_ctx_template_t tmpl, crypto_context_t *ctxp, crypto_call_req_t *crq) in crypto_sign_init() argument
229 crypto_ctx_template_t tmpl, crypto_data_t *signature, in crypto_sign_prov() argument
258 crypto_data_t *data, crypto_ctx_template_t tmpl, crypto_data_t *signature, in sign_sr_atomic_common() argument
339 crypto_sign(crypto_mechanism_t * mech,crypto_key_t * key,crypto_data_t * data,crypto_ctx_template_t tmpl,crypto_data_t * signature,crypto_call_req_t * crq) crypto_sign() argument
349 crypto_sign_recover_prov(crypto_provider_t provider,crypto_session_id_t sid,crypto_mechanism_t * mech,crypto_key_t * key,crypto_data_t * data,crypto_ctx_template_t tmpl,crypto_data_t * signature,crypto_call_req_t * crq) crypto_sign_recover_prov() argument
378 crypto_sign_recover(crypto_mechanism_t * mech,crypto_key_t * key,crypto_data_t * data,crypto_ctx_template_t tmpl,crypto_data_t * signature,crypto_call_req_t * crq) crypto_sign_recover() argument
388 crypto_sign_recover_init_prov(crypto_provider_t provider,crypto_session_id_t sid,crypto_mechanism_t * mech,crypto_key_t * key,crypto_ctx_template_t tmpl,crypto_context_t * ctxp,crypto_call_req_t * crq) crypto_sign_recover_init_prov() argument
[all...]
H A Dkcf_mac.c97 crypto_ctx_template_t tmpl, crypto_data_t *mac, crypto_call_req_t *crq) in crypto_mac_prov() argument
130 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *mac, in crypto_mac() argument
221 crypto_ctx_template_t tmpl, crypto_data_t *mac, crypto_call_req_t *crq) in crypto_mac_verify_prov() argument
254 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_ in crypto_mac_verify() argument
372 crypto_mac_init_prov(crypto_provider_t provider,crypto_session_id_t sid,crypto_mechanism_t * mech,crypto_key_t * key,crypto_spi_ctx_template_t tmpl,crypto_context_t * ctxp,crypto_call_req_t * crq) crypto_mac_init_prov() argument
435 crypto_mac_init(crypto_mechanism_t * mech,crypto_key_t * key,crypto_ctx_template_t tmpl,crypto_context_t * ctxp,crypto_call_req_t * crq) crypto_mac_init() argument
[all...]
H A Dkcf_ctxops.c139 crypto_destroy_ctx_template(crypto_ctx_template_t tmpl) in crypto_destroy_ctx_template() argument
/titanic_52/usr/src/tools/ctf/stabs/common/
H A Dctfstabs.c185 process_ifile(FILE *tmpl, proc_ops_t *ops) in process_ifile() argument
240 FILE *tmpl; in main() local
/titanic_52/usr/src/cmd/mktemp/
H A Dmktemp.c55 char *tmpl; in main() local
[all...]
/titanic_52/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpbkdf2.c60 CK_ATTRIBUTE tmpl[3]; in krb5int_pbkdf2_hmac_sha1() local
[all...]
/titanic_52/usr/src/cmd/ldap/common/
H A Dtmpltest.c116 dump_tmpl( struct ldap_disptmpl *tmpl ) in dump_tmpl() argument
[all...]
/titanic_52/usr/src/uts/common/contract/
H A Dprocess.c224 ctmpl_process_set(struct ct_template *tmpl, ct_kparam_t *kparam, in ctmpl_process_set() argument
817 contract_process_create(ctmpl_process_t * tmpl,proc_t * parent,int canfail) contract_process_create() argument
1016 ct_template_t *tmpl; contract_process_fork() local
[all...]
H A Ddevice.c498 ctmpl_device_set(struct ct_template *tmpl, ct_kparam_t *kparam, in ctmpl_device_set() argument
1327 ct_template_t *tmpl; in contract_device_open() local
[all...]
/titanic_52/usr/src/cmd/mail/
H A Dgethead.c243 static char tmpl[] = "/var/tmp/mailXXXXXX"; in mktmp() local
/titanic_52/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c1824 CK_MECHANISM *pMech, CK_ATTRIBUTE *tmpl, CK_ULONG tmpl_len, in meta_freeobject_check() argument
1916 meta_freeobject_set(meta_object_t *object, CK_ATTRIBUTE *tmpl, in meta_freeobject_set() argument
1977 CK_ATTRIBUTE *tmpl, CK_ULONG tmpl_len) in meta_freetoken_set() argument
/titanic_52/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslogtab.c212 struct logtab_ent_list *head = NULL, *tail = NULL, *tmpl; in logtab_rement() local
[all...]
/titanic_52/usr/src/tools/ctf/common/
H A Dlist.c156 list_find(list_t *list, void *tmpl, int (*cmp)(void *, void *)) in list_find() argument
/titanic_52/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c1991 CK_ATTRIBUTE tmpl[5]; in soft_gen_crypt_key() local
2116 CK_ATTRIBUTE tmpl[5]; soft_gen_hmac_key() local
[all...]
/titanic_52/usr/src/uts/common/os/
H A Dsid.c148 ksiddomain_t tmpl; in ksid_lookupdomain() local

12