Searched defs:in (Results 151 - 175 of 196) sorted by relevance

12345678

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
42 soft_rsa_encrypt(soft_object_t *key, CK_BYTE_PTR in, uint32_t in_len, argument
81 rv = rsa_encrypt(&k, in, in_len, out);
92 soft_rsa_decrypt(soft_object_t *key, CK_BYTE_PTR in, uint32_t in_len, argument
122 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
132 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
142 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
152 rv = soft_rsa_encrypt(key, in, in_len, out, 0);
162 rv = soft_rsa_encrypt(key, in, in_le
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h7 * copyright notice and this permission notice appear in all copies.
31 #include <netinet/in.h>
93 struct sockaddr_in in; member in union:evAccept::__anon2428
101 struct sockaddr_in in; member in union:evAccept::__anon2429
234 int maxnfds; /* # elements in above */
/osnet-11/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c13 * Redistribution and use in source and binary forms, with or without
20 * 2. Redistributions in binary form must reproduce the above copyright
21 * notice, this list of conditions and the following disclaimer in
56 # include <netinet/in.h>
322 int _plug_strdup(const sasl_utils_t * utils, const char *in, argument
328 size_t len = strlen(in);
331 if(!utils || !in || !out) {
337 len = strlen(in);
345 strcpy((char *) *out, in);
381 * Trys to find the prompt with the lookingfor id in th
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
66 * to subclass properties so we can parse in the file ourselves.
79 public synchronized void load(InputStream in) throws IOException { argument
81 BufferedReader rd = new BufferedReader(new InputStreamReader(in));
98 // enter blanks in their configuration files.
99 // NOTE: White space is not allowed in the data of
105 // from sloppy data entry in slp.conf files and
181 // Now add in system props, overwritting any pre-existing entries
201 // scopes only used by the SA and adds in th
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_dyndns.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
32 #include <netinet/in.h>
67 * DYNDNS_TTL is the time to live in DNS caches. Note that this
68 * does not affect the entry in the authoritative DNS database.
192 "add hostname %s %s address %s in %s zone",
199 "in forward zone", af_str, hostname);
203 "in reverse zone", af_str, addr_str);
209 "delete hostname %s in forward zone", hostname);
212 "delete %s address %s in revers
290 const struct in_addr *in; member in union:__anon2622
[all...]
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg_files.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
59 * delimiter char after in, nullifies it and sets nextp to point to the
60 * remaining string (if any). Returns in, setting nextp to NULL if no such
64 netcfg_tokenize_by_unescaped_delim(char *in, char delim, char **nextp) argument
70 if (in == NULL)
73 totlen = strlen(in);
74 for (*nextp = in; (*nextp - in) < totlen; (*nextp)++) {
86 *nextp = ((*nextp - in) < totle
100 value_add_escapes(char *in, char *out) argument
129 value_remove_escapes(const char *in) argument
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
55 __nis_mapping_rule_t *in);
58 __nis_mapping_format_t *in);
59 bool_t dup_mapping_element(__nis_mapping_element_t *in,
67 * Release the resources in parse results
319 * data is present in mapping->ruleToLDAP.
330 /* Similar logic as in above comment applies. */
616 * Gets next line in buffer - using '\' at end of line
1273 dup_index(__nis_index_t *in, __nis_index_ argument
1315 dup_mapping_item(__nis_mapping_item_t *in, __nis_mapping_item_t *out) argument
1389 dup_format_mapping(__nis_mapping_format_t *in) argument
1459 dup_mapping_sub_element( __nis_mapping_sub_element_t *in, __nis_mapping_sub_element_t *out) argument
1516 dup_mapping_element( __nis_mapping_element_t *in, __nis_mapping_element_t *out) argument
1598 dup_mapping_rule(__nis_mapping_rule_t *in) argument
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
93 struct cf_rendezvous { /* kept in xprt->xp_p1 for rendezvouser */
105 struct cf_conn { /* kept in xprt->xp_p1 for actual connection */
155 * Records a timestamp when data comes in on a descriptor. This is
437 /* Fill in type of service */
757 * get destroyed in case an attacker has been creating
1067 * timestamp field in struct cf_conn for timeout bookkeeping.
1173 svc_vc_control(SVCXPRT *xprt, const uint_t rq, void *in) argument
1177 xprt->xp_closeclnt = (svc_errorhandler_t)in;
1194 rendezvous_control(SVCXPRT *xprt, const uint_t rq, void *in) argument
[all...]
/osnet-11/usr/src/lib/libpicl/
H A Dpicl2door.h6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
364 picl_req_t in; /* req arguments */ member in union:__anon2318
/osnet-11/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/common/
H A Dfac_prov_ipmi.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
240 nvlist_t *in, nvlist_t **out)
284 if ((nvlist_lookup_nvlist(in, TOPO_PROP_PARGS, &pargs) == 0) &&
369 nvlist_t *in, nvlist_t **out)
460 nvlist_t *in, nvlist_t **out)
528 nvlist_t *in, nvlist_t **out)
571 if ((nvlist_lookup_nvlist(in, TOPO_PROP_PARGS, &pargs) == 0) &&
673 nvlist_t *in, nvlist_t **out)
718 if ((nvlist_lookup_nvlist(in, TOPO_PROP_PARG
239 ipmi_platform_message(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
368 ipmi_sensor_state(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
459 ipmi_sensor_reading(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
527 ipmi_indicator_mode(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
672 bay_locate_mode(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
869 bay_indicator_mode(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
1095 x4500_present_mode(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
1209 chassis_service_mode(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
1406 chassis_locate_mode(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
1686 ipmi_sensor_enum(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
1782 ipmi_entity(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
1867 dimm_ipmi_entity(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
1930 cs_ipmi_entity(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c19 * notice appear in all copies and that both that copyright notice and
20 * this permission notice appear in supporting documentation, and that
21 * the name of M.I.T. not be used in advertising or publicity pertaining
24 * your software as modified software and not distribute it in such a
66 key_proc is called to fill in the key to be used for decryption.
70 encrypted part is in dec_rep->enc_part; the decrypted part should be
77 A succesful call will place the ticket in the credentials cache ccache
78 and fill in creds with the ticket information used/returned..
181 * krb5_kdc_req encoded in "packet".
224 /* these are in <kerberosI
1893 init_creds_step_reply(krb5_context context, krb5_init_creds_context ctx, krb5_data *in, char *hostname_used) argument
2252 krb5_init_creds_step(krb5_context context, krb5_init_creds_context ctx, krb5_data *in, krb5_data *out, krb5_data *realm, unsigned int *flags, char *hostname_used) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c16 * notice appear in all copies and that both that copyright notice and
17 * this permission notice appear in supporting documentation, and that
18 * the name of M.I.T. not be used in advertising or publicity pertaining
21 * your software as modified software and not distribute it in such a
58 local system, in one or two passes. In each pass, and between the
61 necessarily in the same order each time. Duplicate and local
96 #include <netinet/in.h>
151 #include <netinet/in.h>
334 /* I'm not sure if this is needed or if net/if.h will pull it in. */
429 even in th
1201 const struct sockaddr_in6 *in = (const struct sockaddr_in6 *) a; local
[all...]
H A Dsendto_kdc.c16 * notice appear in all copies and that both that copyright notice and
17 * this permission notice appear in supporting documentation, and that
18 * the name of M.I.T. not be used in advertising or publicity pertaining
21 * your software as modified software and not distribute it in such a
167 fmt += len - 1; /* then fmt++ in loop header */
186 /* Like syslog's %m except the errno value is passed in
370 * return the response (if any) in 'reply'.
558 * connections already in progress
589 krb5int_cm_call_select (const struct select_state *in, argument
595 *out = *in;
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Ducdata.c7 * Redistribution and use in source and binary forms, with or without
11 * A copy of this license is available in file LICENSE in the
19 * to deal in the Software without restriction, including without limitation
24 * The above copyright notice and this permission notice shall be included in
135 FILE *in; local
147 * Unload the current character property data in preparation for
156 if ((in = _ucopenfile(paths, "ctype.dat", "rb")) == 0)
162 fread((char *) &hdr, sizeof(_ucheader_t), 1, in);
170 fclose(in);
322 FILE *in; local
517 FILE *in; local
715 FILE *in; local
770 FILE *in; local
929 uccanoncompatdecomp(const krb5_ui_4 *in, int inlen, krb5_ui_4 **out, int *outlen, short mode) argument
998 uccanondecomp(const krb5_ui_4 *in, int inlen, krb5_ui_4 **out, int *outlen) argument
1005 uccompatdecomp(const krb5_ui_4 *in, int inlen, krb5_ui_4 **out, int *outlen) argument
1027 FILE *in; local
1123 FILE *in; local
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c8 * Redistribution and use in source and binary forms, with or without
13 * * Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
54 berval2tl_data(struct berval *in, krb5_tl_data **out) argument
60 (*out)->tl_data_length = in->bv_len - 2;
68 UNSTORE16_INT (in->bv_val, (*out)->tl_data_type);
69 memcpy ((*out)->tl_data_contents, in->bv_val + 2, (*out)->tl_data_length);
99 * look up a principal in the directory.
173 /* a wild-card in a principal name can return a list of kerberos principals.
175 * NOTE: a principalname k* in lda
400 asn1_decode_sequence_of_keys(krb5_data *in, krb5_key_data **out, krb5_int16 *n_key_data, krb5_kvno *mkvno) argument
487 tl_data2berval(krb5_tl_data *in, struct berval **out) argument
1353 krb5_data in; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbfs.c11 * GRUB is distributed in the hope that it will be useful,
177 const struct grub_bfs_extent *in,
181 return grub_disk_read (disk, ((grub_bfs_to_cpu32 (in->ag)
184 + ((grub_bfs_to_cpu16 (in->start) + off)
189 return grub_disk_read (disk, (((grub_bfs_to_cpu32 (in->ag)
191 + grub_bfs_to_cpu16 (in->start) + off)
175 read_extent(grub_disk_t disk, const struct grub_bfs_superblock *sb, const struct grub_bfs_extent *in, grub_off_t off, grub_off_t byteoff, void *buf, grub_size_t len) argument
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcipher.c12 * Libgcrypt is distributed in the hope that it will be useful,
46 /* This is the list of the default ciphers, which are included in
142 while allocating the context, the align attribute as used in
204 int unused; /* Number of unused bytes in the IV. */
209 /* What follows are two contexts of the cipher in use. The first
220 /* These dummy functions are used in case a cipher implementation
278 /* Internal function. Register all the ciphers included in
371 /* Register a new cipher module whose specification can be found in
372 CIPHER. On success, a new algorithm ID is stored in ALGORITHM_ID
373 and a pointer representhing this module is stored in MODUL
1459 gcry_cipher_encrypt(gcry_cipher_hd_t h, void *out, size_t outsize, const void *in, size_t inlen) argument
1554 gcry_cipher_decrypt(gcry_cipher_hd_t h, void *out, size_t outsize, const void *in, size_t inlen) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_lzma2.c11 * GRUB is distributed in the hope that it will be useful,
53 * in which the dictionary variables address the actual output
60 /* Old position in buf (before decoding more data) */
63 /* Position in buf */
83 * Size of the dictionary as specified in Block Header. This is used
91 * value of zero indicates that we are in single-call mode,
112 const uint8_t *in; member in struct:rc_dec
197 * when the distance is in the range [4, 127].
220 /* Position in xz_dec_lzma2_run(). */
280 * Reset the dictionary state. When in singl
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dxnu.c10 * GRUB is distributed in the hope that it will be useful,
67 utf16_strlen (grub_uint16_t *in) argument
70 for (i = 0; in[i]; i++);
74 /* Read frequency from a string in MHz and return it in Hz. */
763 /* For some reason GUID has to be in uppercase. */
1021 grub_puts_ (N_("Booting in blind mode"));
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcharset.c10 * GRUB is distributed in the hope that it will be useful,
42 Most underline diacritics aren't displayed in gfxterm
103 bytes (if SRCSIZE is -1, it is ignored) in length to a UTF-16 string.
107 last byte used in SRC. */
180 /* No surrogates in UCS-4... */
250 /* No surrogates in UCS-4... */
312 bytes (if SRCSIZE is -1, it is ignored) in length to a UCS-4 string.
316 last byte used in SRC. */
513 grub_unicode_aglomerate_comb (const grub_uint32_t *in, grub_size_t inlen, argument
522 for (ptr = in; pt
670 unsigned in = 0; local
1201 grub_unicode_mirror_code(grub_uint32_t in) argument
1211 grub_unicode_shape_code(grub_uint32_t in, grub_uint8_t attr) argument
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dunicode.h10 * GRUB is distributed in the hope that it will be useful,
43 in grub-mkfont to find variant glyphs in absence of GPOS tables. */
147 Real width is determined by font. Set only in UTF-8 stream. */
234 grub_unicode_aglomerate_comb (const grub_uint32_t *in, grub_size_t inlen,
238 grub_unicode_glyph_dup (const struct grub_unicode_glyph *in) argument
243 grub_memcpy (out, in, sizeof (*in));
244 if (in->combining)
246 out->combining = grub_malloc (in
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dvdbe.c19 ** The code in this file implements execution method of the
22 ** VDBE instances. This file is solely interested in executing
30 ** similar in form to assembly language. The program consists of
42 ** Most of the code in this file is taken up by the sqliteVdbeExec()
44 ** But other routines are also provided to help in building up
47 ** Various scripts scan this source file in order to generate HTML
49 ** of the code in this file is, therefore, important. See other comments
50 ** in this file for details. If in doubt, do not deviate from existing
71 ** each instruction in th
398 vdbe_fgets(char *zBuf, int nBuf, FILE *in) argument
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
42 * All of the code in this file supports the addition of metastat -c output
52 * in metaimport -v.
58 * This is the primary entry point for the functions in this file, with
61 * report_metastat_info() calls functions to read in all the the
63 * needed to print out the metadevice records in the same format as
67 * Reads in all the Directory blocks in the diskset and verifies their
75 * Reads in
205 char in[MAXPATHLEN]; local
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dcommon.c16 * Redistribution and use in source and binary forms, with or without
23 * 2. Redistributions in binary form must reproduce the above copyright
24 * notice, this list of conditions and the following disclaimer in
78 in a dll, not an extern int */
216 int __sasl_strdup(const _sasl_global_context_t *gctx, const char *in, argument
219 int _sasl_strdup(const char *in, char **out, size_t *outlen)
222 size_t len = strlen(in);
226 strcpy((char *) *out, in);
283 /* maxoutbuf checking is done in sasl_encodev */
510 /* fills in th
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_standalone.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
92 /* The flag indicating if libsldap is in the 'Standalone' mode. */
101 * in the 'ldap_cachemgr' mode. It is stored by thread as
197 * This function checks if the process runs in the 'Standalone' mode.
454 * But in addition __s_api_hostname2ip() performs the "LDAP SKIPDB" activity
559 struct in_addr in; local
605 if (inet_pton(AF_INET, start, &in) == 1) {
607 hp = _filter_gethostbyaddr_r((char *)&in,
608 sizeof (in
[all...]

Completed in 142 milliseconds

12345678