Searched refs:template (Results 101 - 125 of 156) sorted by relevance

1234567

/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Ddig_mgr.c459 rc = template_attribute_find(key_obj->template, CKA_CLASS, &attr);
468 rc = template_attribute_find(key_obj->template, CKA_VALUE, &attr);
H A Dtpm_specific.c784 if (template_attribute_find(obj->template, CKA_KEY_TYPE,
795 if (template_attribute_find(obj->template, CKA_CLASS,
814 if (template_attribute_find(obj->template, CKA_PRIME_1,
816 if (template_attribute_find(obj->template,
823 if ((rc = util_check_public_exponent(obj->template))) {
828 if (template_attribute_find(obj->template, CKA_MODULUS,
849 if ((util_check_public_exponent(obj->template))) {
854 if (template_attribute_find(obj->template,
913 (void) template_update_attribute(obj->template, new_attr);
2229 /* add the public key blob to the object template */
[all...]
H A Dmech_md5.c366 rc = template_attribute_find(key_obj->template, CKA_VALUE, &attr);
H A Dmech_sha.c100 rc = template_attribute_find(key_obj->template, CKA_VALUE, &attr);
/opensolaris-onvv-gate/usr/src/uts/common/contract/
H A Dprocess.c78 * standard template operations, the process contract standard contract
135 * Process contract template implementation
141 * The process contract template dup entry point. Other than the
146 ctmpl_process_dup(struct ct_template *template) argument
149 ctmpl_process_t *old = template->ctmpl_data;
153 ctmpl_copy(&new->ctp_ctmpl, template);
176 * The process contract template free entry point. Just releases a
177 * to-be-subsumed contract and frees the template.
180 ctmpl_process_free(struct ct_template *template) argument
182 ctmpl_process_t *ctp = template
358 ctmpl_process_get(struct ct_template *template, ct_kparam_t *kparam) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dshm.c790 segacct_t *sap, template; local
795 template.sa_addr = addr;
796 template.sa_len = 0;
798 ((sap = avl_find(pp->p_segacct, &template, NULL)) == NULL)) {
995 * second. We only return equal when searching using a template, in
996 * which case we explicitly set the template segment's length to 0
1293 segacct_t *sap, template; local
1301 template.sa_addr = addr;
1302 template.sa_len = 0;
1303 if ((sap = avl_find(pp->p_segacct, &template, NUL
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/tsol/
H A Dtndb.h75 #define TNTNAMSIZ ZONENAME_MAX /* template name size */
88 char rh_template[TNTNAMSIZ]; /* template name */
94 char *template;
158 * unlabeled host structure for the tnrhtp template.
169 * CIPSO host structure for the tnrhtp template
201 char name[TNTNAMSIZ]; /* template name */
207 struct tsol_unl unl; /* template for unlabeled */
213 struct tsol_cipso cipso; /* template for CIPSO */
222 char *template;
255 struct tsol_tpent tpc_tp; /* template */
[all...]
/opensolaris-onvv-gate/usr/src/cmd/csh/
H A Dsh.file.c659 * Return true if check items initial chars in template
664 is_prefix(tchar *check, tchar *template) argument
673 while (*check++ == *template++);
678 * Return true if the chars in template appear at the
682 is_suffix(tchar *check, tchar *template) argument
691 for (t = template; *t++; )
694 if (t == template)
/opensolaris-onvv-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c79 static const char DEF_SUBJ_TEMPLATE[] = "smtp-notify-subject-template";
80 static const char SMF_SUBJ_TEMPLATE[] = "smtp-notify-smf-subject-template";
81 static const char FM_SUBJ_TEMPLATE[] = "smtp-notify-fm-subject-template";
82 static const char IREPORT_MSG_TEMPLATE[] = "ireport-msg-template";
83 static const char SMF_MSG_TEMPLATE[] = "ireport.os.smf-msg-template";
99 * This function simply reads the file specified by "template" into a buffer
104 read_template(const char *template) argument
110 if (stat(template, &statb) != 0) {
111 nd_error(nhdl, "Failed to stat %s (%s)", template,
115 if ((fd = open(template, O_RDONL
[all...]
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h541 CK_RV kernel_build_object(CK_ATTRIBUTE_PTR template, CK_ULONG ulAttrNum,
552 CK_ATTRIBUTE_PTR template);
555 CK_ATTRIBUTE_PTR template, boolean_t copy, kernel_session_t *sp);
570 CK_RV kernel_validate_attr(CK_ATTRIBUTE_PTR template, CK_ULONG ulAttrNum,
594 void string_attr_cleanup(CK_ATTRIBUTE_PTR template);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_pcfs.h226 ClusterInfo **template);
/opensolaris-onvv-gate/usr/src/cmd/tsol/tnchkdb/
H A Dtnchkdb.c231 cipso_representable(const bslabel_t *lab, int linenum, const char *template, argument
242 template);
250 template);
261 "line %2$d entry %3$s\n"), name, linenum, template);
490 gettext("tnchkdb: unknown template name: %1$s at "
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dsuid_exec.c472 * create a unique name into the <template>
475 static void maketemp(char *template) argument
477 register char *cp = template;
/opensolaris-onvv-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c1179 static char template[LINELEN]; local
1191 if (sizeof (template) < (strlen(rcfg.rcfg_stat_file) +
1193 debug("temporary file template size too small\n");
1196 (void) strcpy(template, rcfg.rcfg_stat_file);
1197 (void) strcat(template, STAT_TEMPLATE_SUFFIX);
1199 fd = mkstemp(template);
1223 res = rename(template, rcfg.rcfg_stat_file);
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dsem.c807 struct sem_undo *template, struct sem_undo **un)
844 if (*un = avl_find(pp->p_semacct, template, &where)) {
990 struct sem_undo template; local
992 template.un_sp = sp;
995 undo = avl_find(pp->p_semacct, &template, NULL);
1004 if (error = sem_undo_alloc(pp, sp, &lock, &template,
806 sem_undo_alloc(proc_t *pp, ksemid_t *sp, kmutex_t **lock, struct sem_undo *template, struct sem_undo **un) argument
/opensolaris-onvv-gate/usr/src/uts/common/inet/ilb/
H A Dilb.c179 ilb_g_kstat_t template = { local
190 bcopy(&template, ilbs->ilbs_kstat, sizeof (template));
213 ilb_rule_kstat_t template = { local
235 bcopy(&template, &rule->ir_kstat, sizeof (template));
248 ilb_server_kstat_t template = { local
264 bcopy(&template, &server->iser_kstat, sizeof (template));
/opensolaris-onvv-gate/usr/src/uts/common/crypto/io/
H A Darcfour.c201 crypto_key_t *key, crypto_spi_ctx_template_t template,
507 crypto_data_t *output, crypto_spi_ctx_template_t template,
514 ret = rc4_common_init(&ctx, mechanism, key, template, req);
200 rc4_common_init(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, crypto_key_t *key, crypto_spi_ctx_template_t template, crypto_req_handle_t req) argument
505 rc4_crypt_atomic(crypto_provider_handle_t handle, crypto_session_id_t session, crypto_mechanism_t *mechanism, crypto_key_t *key, crypto_data_t *input, crypto_data_t *output, crypto_spi_ctx_template_t template, crypto_req_handle_t req) argument
H A Decc.c314 get_template_attr_scalar_common(crypto_object_attribute_t *template, argument
321 if ((attr_idx = find_attr(template, nattr, attr_type)) == -1)
324 oa_value_len = template[attr_idx].oa_value_len;
330 bcopy(template[attr_idx].oa_value, (uchar_t *)value + offset,
337 * Get the value of a ulong_t attribute from the specified template.
340 get_template_attr_ulong(crypto_object_attribute_t *template, argument
343 return (get_template_attr_scalar_common(template, nattr,
1110 /* public output template must contain CKA_EC_POINT attribute */
1116 /* private output template must contain CKA_VALUE attribute */
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dreq.c181 char *infile,*outfile,*prog,*keyfile=NULL,*template=NULL,*keyout=NULL; local
256 template= *(++argv);
527 BIO_printf(bio_err," -config file request template file.\n");
564 if (template != NULL)
569 BIO_printf(bio_err,"Using configuration from %s\n",template);
571 i=NCONF_load(req_conf,template,&errline);
574 BIO_printf(bio_err,"error on line %ld of %s\n",errline,template);
1451 BIO_printf(bio_err,"No template, please set one up.\n");
/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dpp.key60 template . . C++
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_stats.c43 * module:0:name:"misc", using the provided template to initialize the names
48 const char *name, const kstat_named_t *template,
55 bcopy(template, ks_data, template_size);
47 nfsstat_zone_init_common(zoneid_t zoneid, const char *module, int vers, const char *name, const kstat_named_t *template, size_t template_size) argument
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/
H A DMakefile105 $(GKADMIN): $(GKADMIN).template
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties171 template_lang_null = Null language string in template registration locale for template document ``{0}''''
174 template_url_malformed = Malformed template URL ``{0}''''
175 template_multiple = Found multiple template URLs for service type ``{0}'''' version ``{1}'''' in locale ``{2}''''
176 template_no_attribute = No attribute matching id ``{0}'''' in the template
180 template_type_mismatch = The attribute ``{0}'''' type ``{1}'''' does not match the template attribute type ``{2}''''
184 template_io_error = IOException at line {0} during parsing of template: {1}
186 template_end_error = Unexpected end of input during template parsing at line {0}
187 template_unk_token = Unrecognized token during template parsing at line {0}
/opensolaris-onvv-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1272 CK_ATTRIBUTE template[] = { local
1278 template[0].pValue = &class;
1279 template[1].pValue = &keyType;
1280 template[2].pValue = &true;
1286 template[3].ulValueLen = 24;
1288 template[3].ulValueLen = 8;
1290 template[3].pValue = keybuf;
1294 template[3].pValue = enckey;
1314 rv = C_CreateObject(enc_context->hSession, template,
1315 sizeof (template)/sizeo
[all...]
/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Dst_parse.c834 bitintrinsic(tdesc_t *template, int nbits) argument
838 newtdp->t_name = xstrdup(template->t_name);
841 newtdp->t_size = template->t_size;
843 bcopy(template->t_intr, newtdp->t_intr, sizeof (intr_t));

Completed in 373 milliseconds

1234567