Home
last modified time | relevance | path

Searched refs:purpose (Results 1 – 25 of 681) sorted by relevance

12345678910>>...28

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectBreakpoint.h28 BreakpointName::Permissions ::PermissionKinds purpose) { in VerifyBreakpointOrLocationIDs()
29 VerifyIDs(args, target, true, result, valid_ids, purpose); in VerifyBreakpointOrLocationIDs()
35 BreakpointName::Permissions::PermissionKinds purpose) { in VerifyBreakpointIDs() argument
36 VerifyIDs(args, target, false, result, valid_ids, purpose); in VerifyBreakpointIDs()
43 BreakpointName::Permissions::PermissionKinds purpose);
/openbsd-src/lib/libcrypto/x509/
H A Dx509_purp.c72 int purpose; member
110 .purpose = X509_PURPOSE_SSL_CLIENT,
117 .purpose = X509_PURPOSE_SSL_SERVER,
124 .purpose = X509_PURPOSE_NS_SSL_SERVER,
131 .purpose = X509_PURPOSE_SMIME_SIGN,
138 .purpose = X509_PURPOSE_SMIME_ENCRYPT,
145 .purpose = X509_PURPOSE_CRL_SIGN,
152 .purpose = X509_PURPOSE_ANY,
159 .purpose = X509_PURPOSE_OCSP_HELPER,
166 .purpose = X509_PURPOSE_TIMESTAMP_SIGN,
[all …]
H A Dx509_vpm.c165 param->purpose = 0; in x509_verify_param_zero()
277 x509_verify_param_copy(purpose, 0); in X509_VERIFY_PARAM_inherit()
410 X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) in X509_VERIFY_PARAM_set_purpose() argument
412 if (purpose < X509_PURPOSE_MIN || purpose > X509_PURPOSE_MAX) { in X509_VERIFY_PARAM_set_purpose()
417 param->purpose = purpose; in X509_VERIFY_PARAM_set_purpose()
633 .purpose = X509_PURPOSE_SMIME_SIGN,
639 .purpose = X509_PURPOSE_SMIME_SIGN,
645 .purpose = X509_PURPOSE_SSL_CLIENT,
651 .purpose = X509_PURPOSE_SSL_SERVER,
H A Dx509_verify.c907 if (ctx->purpose > 0 && X509_check_purpose(cert, ctx->purpose, need_ca)) { in x509_verify_cert_extensions()
1056 x509_verify_ctx_set_purpose(struct x509_verify_ctx *ctx, int purpose) in x509_verify_ctx_set_purpose() argument
1058 if (purpose < X509_PURPOSE_MIN || purpose > X509_PURPOSE_MAX) in x509_verify_ctx_set_purpose()
1060 ctx->purpose = purpose; in x509_verify_ctx_set_purpose()
/openbsd-src/regress/lib/libssl/verify/
H A Dcreate-libressl-test-certs.pl22 purpose => 'server',
36 purpose => 'server',
77 purpose => 'server',
/openbsd-src/regress/usr.bin/openssl/x509/
H A Dcreate-libressl-test-certs.pl22 purpose => 'server',
36 purpose => 'server',
77 purpose => 'server',
/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/
H A DXtensaRegisterInfo.td25 // General-purpose registers
28 // Xtensa general purpose regs
68 // Special-purpose registers
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-a29k.texi65 General-purpose registers are represented by predefined symbols of the
72 You may also refer to general-purpose registers by specifying the
83 @cindex special purpose registers, AMD 29K
84 @cindex AMD 29K special purpose registers
88 special-purpose register names for the AMD 29K family:
98 These unprotected special-purpose register names are also recognized:
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Dabi126 general-purpose register. STARG is the address of the next available stack
142 general-purpose register,
150 general-purpose register GR and advance GR to the next general-purpose
166 general-purpose register, with simple argument types shorter than this
209 The varargs macros set up a register save area for the general-purpose
229 Structs/unions which will fit into two general-purpose registers are returned
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Drb_tree36 * and its documentation for any purpose is hereby granted without fee,
41 * purpose. It is provided "as is" without express or implied warranty.
48 * and its documentation for any purpose is hereby granted without fee,
53 * purpose. It is provided "as is" without express or implied warranty.
H A Diterator36 * and its documentation for any purpose is hereby granted without fee,
41 * purpose. It is provided "as is" without express or implied warranty.
48 * and its documentation for any purpose is hereby granted without fee,
53 * purpose. It is provided "as is" without express or implied warranty.
H A Dnumeric36 * and its documentation for any purpose is hereby granted without fee,
41 * purpose. It is provided "as is" without express or implied warranty.
48 * and its documentation for any purpose is hereby granted without fee,
53 * purpose. It is provided "as is" without express or implied warranty.
H A Dmemory36 * and its documentation for any purpose is hereby granted without fee,
41 * purpose. It is provided "as is" without express or implied warranty.
48 * and its documentation for any purpose is hereby granted without fee,
53 * purpose. It is provided "as is" without express or implied warranty.
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Drb_tree36 * and its documentation for any purpose is hereby granted without fee,
41 * purpose. It is provided "as is" without express or implied warranty.
48 * and its documentation for any purpose is hereby granted without fee,
53 * purpose. It is provided "as is" without express or implied warranty.
H A Diterator36 * and its documentation for any purpose is hereby granted without fee,
41 * purpose. It is provided "as is" without express or implied warranty.
48 * and its documentation for any purpose is hereby granted without fee,
53 * purpose. It is provided "as is" without express or implied warranty.
H A Dnumeric36 * and its documentation for any purpose is hereby granted without fee,
41 * purpose. It is provided "as is" without express or implied warranty.
48 * and its documentation for any purpose is hereby granted without fee,
53 * purpose. It is provided "as is" without express or implied warranty.
H A Dmemory36 * and its documentation for any purpose is hereby granted without fee,
41 * purpose. It is provided "as is" without express or implied warranty.
48 * and its documentation for any purpose is hereby granted without fee,
53 * purpose. It is provided "as is" without express or implied warranty.
/openbsd-src/gnu/gcc/gcc/config/mt/
H A DABI.txt118 general-purpose register. STARG is the address of the next available stack
134 general-purpose register,
142 general-purpose register GR and advance GR to the next general-purpose
158 general-purpose register, with simple argument types shorter than this
201 The varargs macros set up a register save area for the general-purpose
/openbsd-src/usr.sbin/rpki-client/
H A Dcert.c8 * purpose with or without fee is hereby granted, provided that the above
762 if ((cert->purpose = x509_get_purpose(x, fn)) != CERT_PURPOSE_EE) { in cert_parse_ee_cert()
764 purpose2str(cert->purpose)); in cert_parse_ee_cert()
963 cert->purpose = x509_get_purpose(x, fn); in cert_parse_pre()
964 switch (cert->purpose) { in cert_parse_pre()
1182 if (p->purpose != CERT_PURPOSE_TA) { in cert_buffer()
1183 warnx("%s: expected trust anchor purpose, got %s", fn, in cert_buffer()
1184 purpose2str(p->purpose)); in cert_buffer()
1241 io_simple_buffer(b, &p->purpose, sizeof(p->purpose)); in authcmp()
[all...]
H A Dx509.c8 * purpose with or without fee is hereby granted, provided that the above
139 * with a purpose of -1. This way functions such as X509_check_ca(), X509_cmp(),
269 * Check the cert's purpose: the cA bit in basic constraints distinguishes
281 enum cert_purpose purpose = CERT_PURPOSE_INVALID; in x509_get_purpose() local
353 purpose = CERT_PURPOSE_TA; in x509_get_purpose()
355 purpose = CERT_PURPOSE_CA; in x509_get_purpose()
382 purpose = CERT_PURPOSE_EE; /* EKU absent */ in x509_get_purpose()
397 purpose = CERT_PURPOSE_BGPSEC_ROUTER; in x509_get_purpose()
405 return purpose; in x509_get_purpose()
/openbsd-src/usr.bin/file/magdir/
H A Dos232 # int8 unknown1; // unknown purpose, could be third letter of ID
40 # int16 unknown2; // unknown purpose
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c4959 tree purpose; member
5857 add_pending_init (purpose, value) in add_pending_init() argument
5858 tree purpose, value; in add_pending_init()
5870 if (tree_int_cst_lt (purpose, p->purpose))
5872 else if (tree_int_cst_lt (p->purpose, purpose))
5887 bitpos = bit_position (purpose);
5891 if (tree_int_cst_lt (bitpos, bit_position (p->purpose)))
5893 else if (p->purpose != purpose)
5906 r->purpose = purpose;
6112 tree value, purpose, type; local
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtree.c697 tree purpose; member
714 && TREE_PURPOSE (t) == proxy->purpose
723 list_hash_pieces (purpose, value, chain) in list_hash_pieces() argument
724 tree purpose; in list_hash_pieces()
737 if (purpose)
738 hashcode += TYPE_HASH (purpose);
761 hash_tree_cons (purpose, value, chain) in hash_tree_cons() argument
762 tree purpose, value, chain; in hash_tree_cons()
769 hashcode = list_hash_pieces (purpose, value, chain);
772 proxy.purpose = purpose;
[all …]
/openbsd-src/regress/lib/libcrypto/CA/
H A DMakefile94 openssl verify -purpose sslserver -CAfile chain.pem server.cert.pem
100 openssl verify -purpose sslclient -CAfile chain.pem client.cert.pem
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtree.c706 tree purpose; member
721 && TREE_PURPOSE (t) == proxy->purpose in list_hash_eq()
730 list_hash_pieces (tree purpose, tree value, tree chain) in list_hash_pieces() argument
741 if (purpose) in list_hash_pieces()
742 hashcode += TREE_HASH (purpose); in list_hash_pieces()
764 hash_tree_cons (tree purpose, tree value, tree chain) in hash_tree_cons() argument
771 hashcode = list_hash_pieces (purpose, value, chain); in hash_tree_cons()
774 proxy.purpose = purpose; in hash_tree_cons()
782 *slot = tree_cons (purpose, value, chain); in hash_tree_cons()

12345678910>>...28