Searched refs:_ (Results 1 – 10 of 10) sorted by relevance
| /include/internal/ |
| A D | hashtable.h | 190 static uintptr_t name##_##vtype##_id = 0; \ 191 pfx ossl_unused int ossl_ht_##name##_##vtype##_insert(HT *h, HT_KEY *key, \ 199 inval.type_id = &name##_##vtype##_id; \ 206 pfx ossl_unused vtype *ossl_ht_##name##_##vtype##_from_value(HT_VALUE *v) \ 208 uintptr_t *expect_type = &name##_##vtype##_id; \ 216 pfx ossl_unused vtype *ossl_unused ossl_ht_##name##_##vtype##_get(HT *h, \ 225 return ossl_ht_##name##_##vtype##_from_value(*v); \ 228 pfx ossl_unused HT_VALUE *ossl_ht_##name##_##vtype##_to_value(vtype *data, \ 231 v->type_id = &name##_##vtype##_id; \ 236 pfx ossl_unused int ossl_ht_##name##_##vtype##_type(HT_VALUE *h) \ [all …]
|
| A D | qlog.h | 25 # define QLOG_EVENT(cat, name) QLOG_EVENT_TYPE_##cat##_##name, 82 uint32_t qlog_event_type = QLOG_EVENT_TYPE_##cat##_##name; \
|
| A D | passphrase.h | 68 } _; member
|
| /include/openssl/ |
| A D | configuration.h.in | 30 $OUT .= "# ifndef $_\n"; 31 $OUT .= "# define $_ 1\n"; 36 (my $macro, my $value) = $_ =~ /^(.*?)=(.*?)$/; 41 $OUT .= "# ifndef $_\n"; 42 $OUT .= "# define $_\n";
|
| A D | fipskey.h.in | 24 {- join(', ', map { "0x$_" } unpack("(A2)*", $config{FIPSKEY})) -}
|
| A D | pem.h | 76 type *PEM_##readname##_##name(INTYPE *out, type **x, \ 79 type *PEM_##readname##_##name##_ex(INTYPE *out, type **x, \ 85 int PEM_##writename##_##name(OUTTYPE *out, const type *x) 87 int PEM_##writename##_##name(OUTTYPE *out, const type *x, \ 92 int PEM_##writename##_##name##_ex(OUTTYPE *out, const type *x, \ 96 int PEM_##writename##_##name##_ex(OUTTYPE *out, const type *x, \
|
| A D | ui.h.in | 60 strings to prompt for data. The names are UI_{add,dup}_<function>_string 63 UI_{add,dup}_<function>_string have the following meanings:
|
| /include/crypto/ |
| A D | dso_conf.h.in | 1 {- join("\n",map { "/* $_ */" } @autowarntext) -} 31 join("\n", map { "# define $_" } @macros); -}
|
| A D | evp.h | 450 static const EVP_CIPHER cname##_##mode = { \ 451 nid##_##nmode, block_size, key_len, iv_len, \ 455 cname##_##mode##_cipher, \ 462 const EVP_CIPHER *EVP_##cname##_##mode(void) { return &cname##_##mode; } 574 BLOCK_CIPHER_func_cfb(cipher##_##keysize,cprefix,cbits,kstruct,ksched) \ 575 BLOCK_CIPHER_def_cfb(cipher##_##keysize,kstruct, \ 576 NID_##cipher##_##keysize, keysize/8, iv_len, cbits, \
|
| A D | bn_conf.h.in | 1 {- join("\n",map { "/* $_ */" } @autowarntext) -}
|
Completed in 18 milliseconds