/freebsd/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 …]
|
/freebsd/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 …]
|
/freebsd/sys/sys/ |
H A D | queue.h | 214 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument 217 if ((SLIST_FIRST(head1) = SLIST_FIRST(head2)) != NULL) \ 218 SLIST_INIT(head2); \ 219 } else if (SLIST_FIRST(head2) != NULL) { \ 222 SLIST_NEXT(curelm, field) = SLIST_FIRST(head2); \ 223 SLIST_INIT(head2); \ 306 #define SLIST_SWAP(head1, head2, type) do { \ argument 308 SLIST_FIRST(head1) = SLIST_FIRST(head2); \ 309 SLIST_FIRST(head2) = swap_first; \ 379 #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)
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | OSSL_PROVIDER-default.pod | 24 =head2 Properties 50 =head2 Hashing Algorithms / Message Digests 78 =head2 Symmetric Ciphers 102 =head2 Message Authentication Code (MAC) 122 =head2 Key Derivation Function (KDF) 153 =head2 Key Exchange 167 =head2 Asymmetric Signature 185 =head2 Asymmetric Cipher 195 =head2 Asymmetric Key Encapsulation 203 =head2 Asymmetric Key Management [all …]
|
H A D | OSSL_PROVIDER-legacy.pod | 16 =head2 Properties 39 =head2 Hashing Algorithms / Message Digests 55 =head2 Symmetric Ciphers 84 =head2 Key Derivation Function (KDF) 95 following =head2 titles are appropriate to use:
|
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-MDC2.pod | 11 =head2 Identity 16 =head2 Gettable Parameters 21 =head2 Settable Context Parameters
|
H A D | OSSL_PROVIDER-FIPS.pod | 14 =head2 Properties 45 =head2 Hashing Algorithms / Message Digests 59 =head2 Symmetric Ciphers 69 =head2 Message Authentication Code (MAC) 83 =head2 Key Derivation Function (KDF) 109 =head2 Key Exchange 123 =head2 Asymmetric Signature 139 =head2 Asymmetric Cipher 147 =head2 Asymmetric Key Encapsulation 155 =head2 Asymmetric Key Management [all …]
|
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-SHA1.pod | 11 =head2 Identities 16 =head2 Gettable Parameters 21 =head2 Settable Context 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 | 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 237 =head2 Reseeding the primary DRBG with automatic seeding enabled [all …]
|
H A D | EVP_MD-SM3.pod | 11 =head2 Identity 16 =head2 Gettable Parameters
|
H A D | EVP_MD-MD4.pod | 11 =head2 Identity 16 =head2 Gettable Parameters
|
H A D | EVP_CIPHER-CHACHA.pod | 11 =head2 Algorithm Names 23 =head2 Parameters
|
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
|
H A D | EVP_MD-MD5.pod | 11 =head2 Identity 16 =head2 Gettable Parameters
|
/freebsd/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 …]
|
/freebsd/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 …]
|
/freebsd/contrib/libucl/uthash/ |
H A D | utlist.h | 318 #define LL_CONCAT(head1,head2) \ argument 319 LL_CONCAT2(head1,head2,next) 321 #define LL_CONCAT2(head1,head2,next) \ argument 327 _tmp->next=(head2); \ 329 (head1)=(head2); \ 536 #define DL_CONCAT(head1,head2) \ argument 537 DL_CONCAT2(head1,head2,prev,next) 539 #define DL_CONCAT2(head1,head2,prev,next) \ argument 542 if (head2) { \ 544 _tmp = (head2)->prev; \ [all …]
|
/freebsd/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 189 =head2 Authority Key Identifier 218 =head2 Subject Alternative Name 277 =head2 Issuer Alternative Name 288 =head2 Authority Info Access 308 =head2 CRL distribution points 369 =head2 Issuing Distribution Point [all …]
|
/freebsd/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)); \
|