| /src/contrib/libarchive/unzip/ |
| H A D | la_queue.h | 184 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument 187 if ((SLIST_FIRST(head1) = SLIST_FIRST(head2)) != NULL) \ 188 SLIST_INIT(head2); \ 189 } else if (SLIST_FIRST(head2) != NULL) { \ 192 SLIST_NEXT(curelm, field) = SLIST_FIRST(head2); \ 193 SLIST_INIT(head2); \ 271 #define SLIST_SWAP(head1, head2, type) do { \ argument 273 SLIST_FIRST(head1) = SLIST_FIRST(head2); \ 274 SLIST_FIRST(head2) = swap_first; \ 308 #define STAILQ_CONCAT(head1, head2) do { \ argument [all …]
|
| /src/sys/contrib/ck/include/ |
| H A D | ck_queue.h | 219 #define CK_SLIST_MOVE(head1, head2, field) do { \ argument 220 ck_pr_store_ptr(&(head1)->cslh_first, (head2)->cslh_first); \ 252 #define CK_STAILQ_CONCAT(head1, head2) do { \ argument 253 if ((head2)->cstqh_first != NULL) { \ 254 ck_pr_store_ptr((head1)->cstqh_last, (head2)->cstqh_first); \ 256 (head1)->cstqh_last = (head2)->cstqh_last; \ 257 CK_STAILQ_INIT((head2)); \ 338 #define CK_STAILQ_MOVE(head1, head2, field) do { \ argument 339 ck_pr_store_ptr(&(head1)->cstqh_first, (head2)->cstqh_first); \ 340 (head1)->cstqh_last = (head2)->cstqh_last; \ [all …]
|
| /src/sys/sys/ |
| H A D | queue.h | 275 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument 278 if ((SLIST_FIRST(head1) = SLIST_FIRST(head2)) != NULL) \ 279 SLIST_INIT(head2); \ 280 } else if (SLIST_FIRST(head2) != NULL) { \ 283 SLIST_NEXT(_Curelm, field) = SLIST_FIRST(head2); \ 284 SLIST_INIT(head2); \ 373 #define SLIST_SWAP(head1, head2, type) do { \ argument 375 SLIST_FIRST(head1) = SLIST_FIRST(head2); \ 376 SLIST_FIRST(head2) = _Swap_first; \ 444 #define STAILQ_CONCAT(head1, head2) do { \ argument [all …]
|
| H A D | queue_mergesort.h | 41 #define STAILQ_CONCAT_4(head1, head2, type, field) \ argument 42 STAILQ_CONCAT(head1, head2) 43 #define TAILQ_CONCAT_4(head1, head2, type, field) \ argument 44 TAILQ_CONCAT(head1, head2, field)
|
| /src/crypto/krb5/src/include/ |
| H A D | k5-queue.h | 302 #define K5_STAILQ_CONCAT(head1, head2) do { \ argument 303 if (!K5_STAILQ_EMPTY((head2))) { \ 304 *(head1)->stqh_last = (head2)->stqh_first; \ 305 (head1)->stqh_last = (head2)->stqh_last; \ 306 K5_STAILQ_INIT((head2)); \ 395 #define K5_SIMPLEQ_CONCAT(head1, head2) do { \ argument 396 if (!K5_SIMPLEQ_EMPTY((head2))) { \ 397 *(head1)->sqh_last = (head2)->sqh_first; \ 398 (head1)->sqh_last = (head2)->sqh_last; \ 399 K5_SIMPLEQ_INIT((head2)); \ [all …]
|
| /src/contrib/openbsm/compat/ |
| H A D | queue.h | 229 #define STAILQ_CONCAT(head1, head2) do { \ argument 230 if (!STAILQ_EMPTY((head2))) { \ 231 *(head1)->stqh_last = (head2)->stqh_first; \ 232 (head1)->stqh_last = (head2)->stqh_last; \ 233 STAILQ_INIT((head2)); \ 434 #define TAILQ_CONCAT(head1, head2, field) do { \ argument 435 if (!TAILQ_EMPTY(head2)) { \ 436 *(head1)->tqh_last = (head2)->tqh_first; \ 437 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \ 438 (head1)->tqh_last = (head2)->tqh_last; \ [all …]
|
| /src/crypto/openssl/doc/man7/ |
| H A D | OSSL_PROVIDER-legacy.pod | 16 =head2 Properties 39 =head2 Hashing Algorithms / Message Digests 57 =head2 Symmetric Ciphers 86 =head2 Key Derivation Function (KDF) 99 following =head2 titles are appropriate to use:
|
| H A D | OSSL_PROVIDER-default.pod | 24 =head2 Properties 50 =head2 Hashing Algorithms / Message Digests 80 =head2 Symmetric Ciphers 102 =head2 Message Authentication Code (MAC) 122 =head2 Key Derivation Function (KDF) 158 =head2 Key Exchange 184 =head2 Asymmetric Signature 240 =head2 Asymmetric Cipher 250 =head2 Asymmetric Key Encapsulation 270 =head2 Asymmetric Key Management [all …]
|
| H A D | EVP_MD-BLAKE2.pod | 11 =head2 Identities 28 =head2 Settable Parameters 39 =head2 Gettable Parameters 44 =head2 Settable Context Parameters
|
| H A D | EVP_MD-MDC2.pod | 11 =head2 Identity 16 =head2 Gettable Parameters 21 =head2 Settable Context Parameters
|
| H A D | ossl_store.pod | 15 =head2 General 28 =head2 URI schemes and loaders 36 =head2 UI_METHOD and pass phrases 45 =head2 A generic call
|
| H A D | EVP_MD-SHA1.pod | 11 =head2 Identities 16 =head2 Gettable Parameters 21 =head2 Settable Context Parameters
|
| H A D | EVP_PKEY-HMAC.pod | 22 =head2 Common MAC parameters 38 =head2 CMAC parameters 55 =head2 Common MAC key generation parameters 69 =head2 CMAC key generation parameters
|
| H A D | EVP_MD-MD5-SHA1.pod | 13 =head2 Identity 18 =head2 Gettable Parameters 23 =head2 Settable Context Parameters
|
| H A D | property.pod | 19 =head2 Property Names 40 =head2 Properties 52 =head2 Implementations 61 =head2 Queries 108 =head2 Lookups 119 =head2 Shortcut 125 =head2 Global and Local
|
| H A D | OSSL_PROVIDER-base.pod | 12 =head2 Properties 60 =head2 Random Number Generation 73 =head2 Asymmetric Key Encoder 141 =head2 Asymmetric Key Decoder 211 =head2 Stores
|
| H A D | EVP_RAND.pod | 26 =head2 Disclaimer 33 =head2 Typical Use Cases 85 =head2 The <primary> DRBG instance 92 =head2 The <public> DRBG instance 96 =head2 The <private> DRBG instance 167 =head2 Automatic Reseeding 189 =head2 Manual Reseeding 215 =head2 Entropy Input and Additional Data 224 =head2 Configuring the Random Seed Source 243 =head2 Reseeding the primary DRBG with automatic seeding enabled [all …]
|
| H A D | OSSL_STORE-winstore.pod | 13 =head2 Supported URIs 21 =head2 Supported OSSL_STORE_SEARCH operations 32 =head2 Windows certificate store features
|
| H A D | OSSL_PROVIDER-FIPS.pod | 14 =head2 Properties 44 =head2 Approved algorithms 50 =head2 Provider parameters 60 =head2 Hashing Algorithms / Message Digests 76 =head2 Symmetric Ciphers 86 =head2 Message Authentication Code (MAC) 100 =head2 Key Derivation Function (KDF) 126 =head2 Key Exchange 146 =head2 Asymmetric Signature 178 =head2 Asymmetric Cipher [all …]
|
| H A D | EVP_CIPHER-RC4.pod | 11 =head2 Algorithm Names 25 =head2 Parameters
|
| H A D | EVP_MD-MD2.pod | 11 =head2 Identity 16 =head2 Gettable Parameters
|
| /src/crypto/openssh/openbsd-compat/ |
| H A D | sys-queue.h | 411 #define SIMPLEQ_CONCAT(head1, head2) do { \ argument 412 if (!SIMPLEQ_EMPTY((head2))) { \ 413 *(head1)->sqh_last = (head2)->sqh_first; \ 414 (head1)->sqh_last = (head2)->sqh_last; \ 415 SIMPLEQ_INIT((head2)); \ 619 #define TAILQ_CONCAT(head1, head2, field) do { \ argument 620 if (!TAILQ_EMPTY(head2)) { \ 621 *(head1)->tqh_last = (head2)->tqh_first; \ 622 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \ 623 (head1)->tqh_last = (head2)->tqh_last; \ [all …]
|
| /src/crypto/openssl/doc/man5/ |
| H A D | x509v3_config.pod | 107 =head2 Basic Constraints 129 =head2 Key Usage 142 =head2 Extended Key Usage 173 =head2 Subject Key Identifier 202 =head2 Authority Key Identifier 233 =head2 Subject Alternative Name 292 =head2 Issuer Alternative Name 303 =head2 Authority Info Access 323 =head2 CRL distribution points 384 =head2 Issuing Distribution Point [all …]
|
| /src/contrib/elftoolchain/common/ |
| H A D | _elftc.h | 94 #define STAILQ_CONCAT(head1, head2) do { \ argument 95 if (!STAILQ_EMPTY((head2))) { \ 96 *(head1)->stqh_last = (head2)->stqh_first; \ 97 (head1)->stqh_last = (head2)->stqh_last; \ 98 STAILQ_INIT((head2)); \
|
| /src/contrib/libucl/uthash/ |
| H A D | utlist.h | 325 #define LL_CONCAT(head1,head2) \ argument 326 LL_CONCAT2(head1,head2,next) 328 #define LL_CONCAT2(head1,head2,next) \ argument 334 _tmp->next=(head2); \ 336 (head1)=(head2); \ 515 #define LL_CONCAT2(head1,head2,next) \ argument 521 (head1)->next = (head2); \ 524 (head1)=(head2); \ 687 #define DL_CONCAT(head1,head2) \ argument 688 DL_CONCAT2(head1,head2,prev,next) [all …]
|