Searched refs:set (Results 276 - 300 of 1536) sorted by path

<<11121314151617181920>>

/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl145 } elsif ($self->{op} =~ /^set/) {
/freebsd-11-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_attr.c129 if (sk_ASN1_TYPE_num(attrib->value.set))
130 return sk_ASN1_TYPE_value(attrib->value.set, 0);
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-mips.pl342 .set noat
343 .set noreorder
350 .set noreorder
382 .set reorder
419 .set noreorder
423 .set noreorder
H A Dsha512-mips.pl301 .set noat
312 .set noreorder
345 .set reorder
378 .set noreorder
/freebsd-11-stable/crypto/openssl/crypto/
H A Dsparc_arch.h74 set SYM, reg;
H A Dsparccpuid.S46 ! "negative" and "borrow" bits set in both %icc and %xcc.
438 set 0,%g4 ! diff
479 set 0,%g4 ! diff
/freebsd-11-stable/crypto/openssl/crypto/store/
H A Dstr_lib.c1193 unsigned char set[(STORE_ATTR_TYPE_NUM + 8) / 8]; member in struct:STORE_attr_info_st
1205 && ((a)->set[(i) / 8] & (1 << ((i) % 8))))
1206 #define SET_ATTRBIT(a,i) ((a)->set[(i) / 8] |= (1 << ((i) % 8)))
1207 #define CLEAR_ATTRBIT(a,i) ((a)->set[(i) / 8] &= ~(1 << ((i) % 8)))
1691 return attr_info_compare_compute_range((*a)->set, (*b)->set, 0, 0, 0, 0);
1704 attr_info_compare_compute_range(a->set, b->set,
1722 abits = a->set;
1723 bbits = b->set;
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509.h171 int set; member in struct:X509_name_entry_st
210 int single; /* 0 for a set, 1 for a single item (which is
216 */ STACK_OF(ASN1_TYPE) *set; member in union:x509_attributes_st::__anon4622
402 /* Complete set of RFC2253 flags */
1025 int loc, int set);
1028 int set);
1031 int set);
1041 int set);
H A Dx509_att.c319 if (!(attr->value.set = sk_ASN1_TYPE_new_null()))
340 if (!sk_ASN1_TYPE_push(attr->value.set, ttmp))
353 return sk_ASN1_TYPE_num(attr->value.set);
387 return sk_ASN1_TYPE_value(attr->value.set, idx);
H A Dx509_req.c206 else if (sk_ASN1_TYPE_num(attr->value.set))
207 ext = sk_ASN1_TYPE_value(attr->value.set, 0);
239 if (!(attr->value.set = sk_ASN1_TYPE_new_null()))
241 if (!sk_ASN1_TYPE_push(attr->value.set, at))
H A Dx509_vfy.c431 * and set bad_chain == 1
532 /* Safety net, error returns must set ctx->error */
562 /* If we haven't asked for issuer errors don't set ctx */
794 if (X509_NAME_get_entry(tmpsubject, last_object_loc)->set
795 == X509_NAME_get_entry(tmpsubject, last_object_loc - 1)->set) {
1371 * Otherwise the CRL issuer is not on the path. Look for it in the set of
1473 /* Case 2: set name and GENERAL_NAMES appropriately */
1479 /* Case 2: set name and GENERAL_NAMES appropriately */
2135 * Copy extensions across from newest CRL to delta: this will set CRL
2277 * This function is used to set th
[all...]
H A Dx509name.c158 /* else we need to fixup the set field */
160 set_prev = (sk_X509_NAME_ENTRY_value(sk, loc - 1))->set;
162 set_prev = ret->set - 1;
163 set_next = sk_X509_NAME_ENTRY_value(sk, loc)->set;
166 * set_prev is the previous set
167 * set is the current set
170 * set 1 1 2 2
177 sk_X509_NAME_ENTRY_value(sk, i)->set--;
183 int set)
181 X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type, unsigned char *bytes, int len, int loc, int set) argument
195 X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, unsigned char *bytes, int len, int loc, int set) argument
209 X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, const unsigned char *bytes, int len, int loc, int set) argument
227 X509_NAME_add_entry(X509_NAME *name, X509_NAME_ENTRY *ne, int loc, int set) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_crld.c146 sk_X509_NAME_ENTRY_num(rnm) - 1)->set) {
/freebsd-11-stable/crypto/openssl/util/
H A Dmk1mf.pl136 Values that can be set
1170 # name and reference to the scalars to set. In some cases the option
1295 # will still set OPENSSL_NO_xxx unless we set OPENSSL_EXPERIMENTAL_xxx.
H A Dmkerr.pl69 -recurse scan a preconfigured set of directories / files for error and
H A Dpod2man.pl27 troff(1) using the man(7) macro set.
196 (W) If you start include an option, you should set it off
250 probably want to set the C and D registers to set contiguous page
/freebsd-11-stable/crypto/openssl/util/pl/
H A DVC-32.pl60 set ASM=\$(ASM)
77 # Idea behind this is to mimic flags set by eVC++ IDE...
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c200 return "FPU register set not available";
216 return "only part of register set was written/read";
218 return "X register set not available for this thread";
363 warning ("Unable to set global thread event mask: %s",
636 /* For M:N thread, we need to tell UTS to set/unset single step
949 error ("Cannot set lwp %d registers: %s\n", lwp, safe_strerror (errno));
972 error ("Cannot set lwp %d float registers: %s\n", lwp,
1326 fbsd_print_sigset (sigset_t *set) argument
1331 if (sigismember(set, i)) {
/freebsd-11-stable/lib/csu/mips/
H A Dcrti.S9 .set noreorder
26 .set reorder
33 .set noreorder
50 .set reorder
H A Dcrtn.S6 .set noreorder
13 .set reorder
17 .set noreorder
24 .set reorder
/freebsd-11-stable/lib/libc/arm/
H A DSYS.h54 .set _C_LABEL(x), _C_LABEL(__CONCAT(__sys_,x)); \
56 .set _C_LABEL(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \
70 .set _C_LABEL(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \
/freebsd-11-stable/lib/libc/arm/gen/
H A Dsetjmp.S60 mov r1, #0x00000000 /* set */
107 .set _C_LABEL(longjmp), _C_LABEL(__longjmp)
/freebsd-11-stable/lib/libc/compat-43/
H A Dsigcompat.c72 sigset_t set, oset; local
75 sigemptyset(&set);
76 set.__bits[0] = mask;
77 n = __libc_sigprocmask(SIG_SETMASK, &set, &oset);
86 sigset_t set, oset; local
89 sigemptyset(&set);
90 set.__bits[0] = mask;
91 n = __libc_sigprocmask(SIG_BLOCK, &set, &oset);
100 sigset_t set; local
102 sigemptyset(&set);
110 sigset_t set; local
122 sigset_t set; local
143 sigset_t set; local
154 sigset_t set, pset; local
[all...]
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_open.c121 * page size is set farther on, based on the underlying file
390 sigset_t set, oset; local
404 (void)sigfillset(&set);
405 (void)__libc_sigprocmask(SIG_BLOCK, &set, &oset);
/freebsd-11-stable/lib/libc/db/hash/
H A Dhash_bigkey.c314 * This will set bpp to the buffer header of the last page of the big pair.
445 collect_data(HTAB *hashp, BUFHEAD *bufp, int len, int set) argument
464 if (set) {
483 collect_data(hashp, xbp, len + mylen, set)) < 1))
498 __big_keydata(HTAB *hashp, BUFHEAD *bufp, DBT *key, DBT *val, int set) argument
500 key->size = (size_t)collect_key(hashp, bufp, 0, val, set);
512 collect_key(HTAB *hashp, BUFHEAD *bufp, int len, DBT *val, int set) argument
530 if (__big_return(hashp, bufp, 1, val, set))
535 collect_key(hashp, xbp, totlen, val, set)) < 1))
609 * Finally, set th
[all...]

Completed in 213 milliseconds

<<11121314151617181920>>