Searched defs:init (Results 1 – 4 of 4) sorted by relevance
| /include/internal/ |
| A D | thread_once.h | 37 # define DEFINE_RUN_ONCE(init) \ argument 50 # define DECLARE_RUN_ONCE(init) \ argument 69 # define DEFINE_RUN_ONCE_STATIC(init) \ argument 110 # define DEFINE_RUN_ONCE_STATIC_ALT(initalt, init) \ argument 129 # define RUN_ONCE(once, init) \ argument 147 # define RUN_ONCE_ALT(once, initalt, init) \ argument
|
| A D | list.h | 23 # define OSSL_LIST_FOREACH_FROM(p, name, init) \ argument 30 # define OSSL_LIST_FOREACH_REV_FROM(p, name, init) \ argument 37 # define OSSL_LIST_FOREACH_DELSAFE_FROM(p, pn, name, init) \ argument 44 # define OSSL_LIST_FOREACH_REV_DELSAFE_FROM(p, pn, name, init) \ argument
|
| /include/openssl/ |
| A D | conftypes.h | 24 int (*init) (CONF *conf); member
|
| /include/crypto/ |
| A D | evp.h | 148 int (*init) (EVP_PKEY_CTX *ctx); member 220 OSSL_FUNC_mac_init_fn *init; member 265 int (*init) (EVP_MD_CTX *ctx); member 314 int (*init) (EVP_CIPHER_CTX *ctx, const unsigned char *key, member
|
Completed in 12 milliseconds