Home
last modified time | relevance | path

Searched refs:subject (Results 1 – 25 of 3271) sorted by relevance

12345678910>>...131

/titanic_51/usr/src/cmd/cmd-crypto/pktool/
H A Dexport.c4 * The contents of this file are subject to the terms of the
85 char *issuer, char *subject, KMF_BIGINT *serial, in pk_export_file_objects() argument
108 if (subject != NULL) { in pk_export_file_objects()
110 KMF_SUBJECT_NAME_ATTR, subject, in pk_export_file_objects()
111 strlen(subject)); in pk_export_file_objects()
161 char *certlabel, char *issuer, char *subject, in pk_export_pk12_nss() argument
195 if (subject != NULL) { in pk_export_pk12_nss()
197 KMF_SUBJECT_NAME_ATTR, subject, strlen(subject)); in pk_export_pk12_nss()
281 int oclass, char *certlabel, char *issuer, char *subject, in pk_export_nss_objects() argument
371 pk_export_pk12_pk11(KMF_HANDLE_T kmfhandle,char * token_spec,char * certlabel,char * issuer,char * subject,KMF_BIGINT * serial,KMF_CREDENTIAL * tokencred,char * filename) pk_export_pk12_pk11() argument
588 pk_export_pk11_objects(KMF_HANDLE_T kmfhandle,char * token_spec,KMF_CREDENTIAL * cred,char * certlabel,char * issuer,char * subject,KMF_BIGINT * serial,KMF_ENCODE_FORMAT kfmt,char * filename) pk_export_pk11_objects() argument
684 char *subject = NULL; pk_export() local
[all...]
H A Ddelete.c4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
317 KMF_BIGINT *serno, char *issuer, char *subject, in delete_nss_certs() argument
347 if (subject != NULL) { in delete_nss_certs()
349 KMF_SUBJECT_NAME_ATTR, subject, in delete_nss_certs()
350 strlen(subject)); in delete_nss_certs()
381 char *issuer, char *subject) in delete_nss_crl() argument
406 if (subject != NULL) { in delete_nss_crl()
408 subject, strlen(subject)); in delete_nss_crl()
523 delete_pk11_certs(KMF_HANDLE_T kmfhandle,char * token,char * objlabel,KMF_BIGINT * serno,char * issuer,char * subject,KMF_CERT_VALIDITY find_criteria_flag) delete_pk11_certs() argument
577 delete_file_certs(KMF_HANDLE_T kmfhandle,char * dir,char * filename,KMF_BIGINT * serial,char * issuer,char * subject,KMF_CERT_VALIDITY find_criteria_flag) delete_file_certs() argument
723 char *subject = NULL; pk_delete() local
[all...]
H A Dlist.c4 * The contents of this file are subject to the terms of the
46 char *subject, *issuer, *serial, *id, *altname; in pk_show_certs() local
50 subject = NULL; in pk_show_certs()
69 &certs[i].certificate, &subject) == KMF_OK) in pk_show_certs()
71 subject); in pk_show_certs()
106 kmf_free_str(subject); in pk_show_certs()
304 char *objlabel, KMF_BIGINT *serial, char *issuer, char *subject, in list_pk11_objects() argument
475 if (subject != NULL) { in list_pk11_objects()
477 KMF_SUBJECT_NAME_ATTR, subject, in list_pk11_objects()
478 strlen(subject)); in list_pk11_objects()
541 list_file_objects(KMF_HANDLE_T kmfhandle,int oclass,char * dir,char * filename,KMF_BIGINT * serial,char * issuer,char * subject,KMF_CERT_VALIDITY find_criteria_flag) list_file_objects() argument
703 list_nss_objects(KMF_HANDLE_T kmfhandle,int oclass,char * token_spec,char * dir,char * prefix,char * nickname,KMF_BIGINT * serial,char * issuer,char * subject,KMF_CREDENTIAL * tokencred,KMF_CERT_VALIDITY find_criteria_flag) list_nss_objects() argument
904 char *subject = NULL; pk_list() local
[all...]
H A Dsigncsr.c4 * The contents of this file are subject to the terms of the
108 char *issuer, char *subject, in build_cert_from_csr() argument
142 if (subject) { in build_cert_from_csr()
143 if (kmf_dn_parser(subject, &subjectDN) != KMF_OK) { in build_cert_from_csr()
151 signedCert->certificate.subject = csrdata->csr.subject; in build_cert_from_csr()
200 if (subject != NULL) in build_cert_from_csr()
251 char *subject, in pk_signcsr_files() argument
295 issuer, subject, altname, alttype, altcrit, kubits, in pk_signcsr_files()
357 KMF_BIGINT *serial, char *certfile, char *issuer, char *subject, in pk_signcsr_pk11_nss() argument
527 char *subject = NULL; pk_signcsr() local
[all...]
H A Dgencert.c4 * The contents of this file are subject to the terms of the
47 char *token, char *subject, char *altname, in gencert_pkcs11() argument
72 /* If the subject name cannot be parsed, flag it now and exit */ in gencert_pkcs11()
73 if (kmf_dn_parser(subject, &certSubject) != KMF_OK) { in gencert_pkcs11()
79 /* For a self-signed cert, the issuser and subject are the same */ in gencert_pkcs11()
80 if (kmf_dn_parser(subject, &certIssuer) != KMF_OK) { in gencert_pkcs11()
118 "subject name"); in gencert_pkcs11()
248 uint32_t ltime, char *subject, char *altname, in gencert_file() argument
286 /* If the subject name cannot be parsed, flag it now and exit */ in gencert_file()
287 if (kmf_dn_parser(subject, in gencert_file()
409 gencert_nss(KMF_HANDLE_T kmfhandle,char * token,char * subject,char * altname,KMF_GENERALNAMECHOICES alttype,int altcrit,char * nickname,char * dir,char * prefix,KMF_KEY_ALG keyAlg,KMF_ALGORITHM_INDEX sigAlg,int keylen,char * trust,uint32_t ltime,KMF_BIGINT * serial,uint16_t kubits,int kucrit,KMF_CREDENTIAL * tokencred,EKU_LIST * ekulist,KMF_OID * curveoid) gencert_nss() argument
575 char *subject = NULL; pk_gencert() local
[all...]
H A Dgencsr.c4 * The contents of this file are subject to the terms of the
47 char *token, char *subject, char *altname, in gencsr_pkcs11() argument
68 /* If the subject name cannot be parsed, flag it now and exit */ in gencsr_pkcs11()
69 if ((kmfrv = kmf_dn_parser(subject, &csrSubject)) != KMF_OK) in gencsr_pkcs11()
88 SET_VALUE(kmf_set_csr_subject(&csr, &csrSubject), "subject name"); in gencsr_pkcs11()
171 char *subject, char *altname, KMF_GENERALNAMECHOICES alttype, in gencsr_file() argument
203 /* If the subject name cannot be parsed, flag it now and exit */ in gencsr_file()
204 if ((kmfrv = kmf_dn_parser(subject, &csrSubject)) != KMF_OK) { in gencsr_file()
262 char *token, char *subject, char *altname, in gencsr_nss() argument
293 /* If the subject nam in gencsr_nss()
374 char *subject = NULL; pk_gencsr() local
[all...]
/titanic_51/usr/src/lib/libast/common/comp/
H A Dregexp.c94 _re_exec(regexp_t* re, const char* subject, const char* handle, int anchor) in _re_exec() argument
100 if (regexec(&env->re, subject, elementsof(match), match, 0) || anchor && match[0].rm_so) in _re_exec()
102 re->re_loc1 = (char*)subject + match[0].rm_so; in _re_exec()
103 re->re_loc2 = (char*)subject + match[0].rm_eo; in _re_exec()
106 re->re_braslist[n-1] = (char*)subject + match[n].rm_so; in _re_exec()
107 re->re_braelist[n-1] = (char*)subject + match[n].rm_eo; in _re_exec()
H A Dregcmp.c183 regex(const char* handle, const char* subject, ...) in regex() argument
193 va_start(ap, subject); in regex()
194 if (!(re = (Regex_t*)handle) || !subject) in regex()
199 if (regexec(&re->re, subject, SUB + 1, match, 0)) in regex()
206 strncpy(sub[n], subject + match[i].rm_so, k); in regex()
209 __loc1 = (char*)subject + match[0].rm_so; in regex()
210 return (char*)subject + match[0].rm_eo; in regex()
H A Dfnmatch.c53 fnmatch(const char* pattern, const char* subject, register int flags) in fnmatch() argument
67 reflags = regexec(&re, subject, 1, &match, 0); in fnmatch()
69 if (!reflags && (reflags = subject[match.rm_eo])) in fnmatch()
75 reflags = regexec(&re, subject, 0, NiL, 0); in fnmatch()
H A Dre_comp.c70 re_exec(const char* subject) in re_exec() argument
72 if (state.valid && subject) in re_exec()
73 switch (regexec(&state.re, subject, 0, NiL, 0)) in re_exec()
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Dregexp.c94 _re_exec(regexp_t* re, const char* subject, const char* handle, int anchor) in _re_exec() argument
100 if (regexec(&env->re, subject, elementsof(match), match, 0) || anchor && match[0].rm_so) in _re_exec()
102 re->re_loc1 = (char*)subject + match[0].rm_so; in _re_exec()
103 re->re_loc2 = (char*)subject + match[0].rm_eo; in _re_exec()
106 re->re_braslist[n-1] = (char*)subject + match[n].rm_so; in _re_exec()
107 re->re_braelist[n-1] = (char*)subject + match[n].rm_eo; in _re_exec()
H A Dregcmp.c190 regex(const char* handle, const char* subject, ...) in regex() argument
200 va_start(ap, subject); in regex()
201 if (!(re = (Regex_t*)handle) || !subject) in regex()
212 if (regexec(&re->re, subject, SUB + 1, match, 0)) in regex()
219 strlcpy(sub[n], subject + match[i].rm_so, k); in regex()
222 __loc1 = (char*)subject + match[0].rm_so; in regex()
223 return (char*)subject + match[0].rm_eo; in regex()
H A Dfnmatch.c53 fnmatch(const char* pattern, const char* subject, register int flags) in fnmatch() argument
67 reflags = regexec(&re, subject, 1, &match, 0); in fnmatch()
69 if (!reflags && (reflags = subject[match.rm_eo])) in fnmatch()
75 reflags = regexec(&re, subject, 0, NiL, 0); in fnmatch()
H A Dre_comp.c70 re_exec(const char* subject) in re_exec() argument
72 if (state.valid && subject) in re_exec()
73 switch (regexec(&state.re, subject, 0, NiL, 0)) in re_exec()
/titanic_51/usr/src/cmd/fm/dicts/
H A DFMNOTIFY.po6 # The contents of this file are subject to the terms of the
28 # default format for subject of emails generated by the smtp-notify agent
32 msgid "smtp-notify-subject-template"
36 # format for subject of emails generated by the smtp-notify agent
41 msgid "smtp-notify-smf-subject-template"
45 # format for subject of emails generated by the smtp-notify agent
50 msgid "smtp-notify-fm-subject-template"
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dglob.sh77 typeset lineno expected subject pattern got
78 lineno=$1 expected=$2 subject=$3 pattern=$4
80 case $subject in
86 then 'err_exit' $lineno "case $subject in $pattern) -- expected '$expected', got '$got'"
306 x='${subject'$2'}'
309 then 'err_exit' $1 subject="'$subject' $x failed, expected '$3', got '$g'"
316 subject='A regular expressions test'
353 subject='e'
362 subject
[all...]
/titanic_51/usr/src/lib/libshell/common/tests/
H A Dglob.sh77 typeset lineno expected subject pattern got
78 lineno=$1 expected=$2 subject=$3 pattern=$4
80 case $subject in
86 then 'err_exit' $lineno "case $subject in $pattern) -- expected '$expected', got '$got'"
307 x='${subject'$2'}'
310 then 'err_exit' $1 subject="'$subject' $x failed, expected '$3', got '$g'"
354 subject='e'
363 subject='a'
368 subject='aha'
/titanic_51/usr/src/cmd/bnu/
H A Dmailst.c4 * The contents of this file are subject to the terms of the
42 * subj -> subject for the mail
53 char subject[BUFSIZ]; local
61 /* limit subject to one line */
63 strncpy(subject, subj, c-subj);
64 subject[c-subj] = NULLCHAR;
65 subj = subject;
/titanic_51/usr/src/pkg/license_files/
H A Dlic_OSBL_preamble1 Some or all of the code in this package is subject to and you are bound
3 you are receiving this package as part of Solaris, the code is subject to
6 License applies, then the code is "Redistributable" subject to its terms.
/titanic_51/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt9 ## The contents of this file are subject to the terms of the
69 token=subj:subject
106 # where there are no tokens (other than header, subject, return/exit),
173 # subject
181 # subject
188 # subject
195 # subject
206 # subject,tuser10,tuser10,other,tuser10,other,1297,322,255 131585 129.146.89.30
213 # subject,tuser10,tuser10,other,tuser10,other,1433,322,255 131585 129.146.89.30
219 # subject,tuser1
[all...]
/titanic_51/usr/src/cmd/svc/milestone/
H A DREADME4 # The contents of this file are subject to the terms of the
24 Use is subject to license terms.
25 Use is subject to license terms.
/titanic_51/usr/src/cmd/pools/poold/
H A Dpoold.properties3 # Use is subject to license terms.
7 # The contents of this file are subject to the terms of the
28 # edit this file. Its format and contents are subject to change in
/titanic_51/usr/src/uts/common/io/scsi/adapters/pmcs/
H A DLICENSE1 The code in this package is subject to and you are bound by the terms of
3 this package as part of Solaris, the code is subject to and you are bound
6 then the code is "Redistributable" subject to its terms.
41 Software or Redistributables subject to a license agreement that protects
87 subject to a license agreement that protects Sun's interests consistent
118 the subject of a claim of intellectual property infringement or trade
162 delivered under this Agreement are subject to U.S. export control laws
163 and may be subject to export or import regulations in other countries.
193 its subject matter. It supersedes all prior or contemporaneous oral or
197 its subject matte
[all...]
/titanic_51/usr/src/lib/iconv_modules/utf-8/common/tbls/
H A Dutf8_to_us-ascii.tbl4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
/titanic_51/usr/src/lib/iconv_modules/hi_IN/testData/
H A DNuktaTest.iscii4 # The contents of this file are subject to the terms of the
22 # Use is subject to license terms.

12345678910>>...131