Searched refs:set (Results 251 - 275 of 1536) sorted by path

<<11121314151617181920>>

/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_buffer_set.c40 gss_buffer_set_t set; local
42 set = (gss_buffer_set_desc *) malloc(sizeof(*set));
43 if (set == GSS_C_NO_BUFFER_SET) {
48 set->count = 0;
49 set->elements = NULL;
51 *buffer_set = set;
63 gss_buffer_set_t set; local
75 set = *buffer_set;
76 set
[all...]
H A Dgss_create_empty_oid_set.c35 gss_OID_set set; local
40 set = malloc(sizeof(gss_OID_set_desc));
41 if (!set) {
46 set->count = 0;
47 set->elements = 0;
48 *oid_set = set;
H A Dgss_indicate_mechs.c37 gss_OID_set set; local
49 minor_status, &set);
52 for (i = 0; i < set->count; i++)
54 minor_status, &set->elements[i], mech_set);
55 gss_release_oid_set(minor_status, &set);
H A Dgss_inquire_cred_by_oid.c45 gss_buffer_set_t set = GSS_C_NO_BUFFER_SET; local
59 gss_release_buffer_set(minor_status, &set);
74 &rset->elements[i], &set);
80 if (set == GSS_C_NO_BUFFER_SET)
82 *data_set = set;
H A Dgss_mo.c82 if (gss_oid_equal(option, m->gm_mo[n].option) && m->gm_mo[n].set)
83 return m->gm_mo[n].set(mech, &m->gm_mo[n], enable, value);
434 * Return set of mechanism that fullfill the criteria
H A Dgss_release_oid_set.c33 gss_OID_set *set)
37 if (set && *set) {
38 if ((*set)->elements)
39 free((*set)->elements);
40 free(*set);
41 *set = GSS_C_NO_OID_SET;
32 gss_release_oid_set(OM_uint32 *minor_status, gss_OID_set *set) argument
H A Dgss_test_oid_set_member.c34 const gss_OID_set set,
40 for (i = 0; i < set->count; i++)
41 if (gss_oid_equal(member, &set->elements[i]))
32 gss_test_oid_set_member(OM_uint32 *minor_status, const gss_OID member, const gss_OID_set set, int *present) argument
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcert.c439 * @param set a keyset containing the trust anchors.
445 hx509_verify_attach_anchors(hx509_verify_ctx ctx, hx509_certs set) argument
449 ctx->trust_anchors = hx509_certs_ref(set);
476 * set the current time will be used.
1039 * The subjectName is "null" when it's empty set of relative DBs.
1892 * altname to be set.
2603 * @param cert The certificate to set the friendly name on
3257 * @param allow_any_eku if the any EKU is set, allow that to be a
3348 * @param os the encode certificate, set to NULL, 0 on case of
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c116 ** * Terms in the result set of a SELECT statement
329 ** to the next, so we have developed the following set of #if statements
401 ** If none of the above are defined, then set SQLITE_SYSTEM_MALLOC as
449 ** Many people are failing to set -DNDEBUG=1 when compiling SQLite.
451 ** lines are added to automatically set NDEBUG unless the -DSQLITE_DEBUG=1
452 ** option is set. Thus NDEBUG becomes an opt-in rather than an opt-out
734 ** [SQLITE_THREADSAFE] compile-time option being set to 0.
926 ** Many SQLite functions return an integer result code from the set shown
1152 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1290 ** when the database connection has [PRAGMA synchronous] set t
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dkludge-fd_set.c19 void kludge_FD_SET(int n, fd_set *set) { argument
20 FD_SET(n, set);
22 int kludge_FD_ISSET(int n, fd_set *set) { argument
23 return FD_ISSET(n, set);
H A Dopenbsd-compat.h324 # define FD_SET(n, set) kludge_FD_SET(n, set)
325 # define FD_ISSET(n, set) kludge_FD_ISSET(n, set)
/freebsd-11-stable/crypto/openssh/
H A Dttymodes.c383 goto set;
453 goto set;
470 goto set;
476 set:
/freebsd-11-stable/crypto/openssl/apps/
H A Dpkcs12.c387 BIO_printf(bio_err, "-keyex set MS key exchange type\n");
388 BIO_printf(bio_err, "-keysig set MS key signature type\n");
390 "-password p set import/export password source\n");
722 /* If mac and crypto pass the same set it to NULL too */
1055 if (sk_ASN1_TYPE_num(attr->value.set)) {
1056 av = sk_ASN1_TYPE_value(attr->value.set, 0);
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl108 .set noat
128 .set reorder
219 .set noreorder
410 .set noreorder
415 .set reorder
619 .set noreorder
649 .set reorder
672 .set noreorder
703 .set reorder
794 .set noreorde
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_strex.c537 if (prev == ent->set) {
550 prev = ent->set;
H A Dt_req.c186 count = sk_ASN1_TYPE_num(a->value.set);
188 at = sk_ASN1_TYPE_value(a->value.set, ii);
H A Dx_attrib.c74 * STACK_OF(ASN1_TYPE) *set;
87 ASN1_SET_OF(X509_ATTRIBUTE, value.set, ASN1_ANY),
109 if ((ret->value.set = sk_ASN1_TYPE_new_null()) == NULL)
113 if (!sk_ASN1_TYPE_push(ret->value.set, val))
H A Dx_name.c238 entry->set = i;
295 int i, set = -1; local
301 if (entry->set != set) {
309 set = entry->set;
358 int i, set = -1, ret = 0; local
374 if (entry->set != set) {
382 set
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bf/
H A Dbf_enc.c69 # error If you set BF_ROUNDS to some value other than 16 or 20, you will have \
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dmips-mont.pl119 .set noat
120 .set noreorder
167 .set reorder
205 .set noreorder
233 .set reorder
293 .set noreorder
324 .set reorder
355 .set noreorder
396 .set noreorder
H A Dmips.pl24 # In addition the code depends on preprocessor flags set up by MIPSpro
85 $code=".set mips2\n";
110 .set noat
116 .set noreorder
130 .set noreorder
140 .set reorder
203 .set noreorder
211 .set reorder
256 .set noreorder
275 .set noreorde
[all...]
H A Dmips3-mont.pl55 .set noat
56 .set reorder
62 .set noreorder
72 .set reorder
120 .set noreorder
148 .set reorder
208 .set noreorder
239 .set reorder
270 .set noreorder
321 .set reorde
[all...]
H A Dmips3.s29 * In addition the code depends on preprocessor flags set up by MIPSpro
53 .set noreorder; \
56 .set reorder
61 .set noat
62 .set reorder
68 .set noreorder
73 .set reorder
139 .set noreorder
145 .set reorder
197 .set noreorde
[all...]
H A Dpa-risc2.s15 ; by Gerry Kane for information on the instruction set architecture.
611 ADD,DC %r0,%r0,%ret1 ; set c to carry
619 ADD,DC %r0,%r0,%ret1 ; set c to carry
638 ADD,DC %r0,%r0,%ret1 ; set c to carry (could use CMPCLR??)
980 ; The B set of registers when used.
H A Dpa-risc2W.s9 ; by Gerry Kane for information on the instruction set architecture.
600 ADD,DC %r0,%r0,%ret0 ; set c to carry
608 ADD,DC %r0,%r0,%ret0 ; set c to carry
627 ADD,DC %r0,%r0,%ret0 ; set c to carry (could use CMPCLR??)
967 ; The B set of registers when used.

Completed in 522 milliseconds

<<11121314151617181920>>