/third_party/openssl/providers/implementations/encode_decode/ |
D | endecoder_common.c | 17 ossl_prov_get_keymgmt_new(const OSSL_DISPATCH *fns) in ossl_prov_get_keymgmt_new() 28 ossl_prov_get_keymgmt_free(const OSSL_DISPATCH *fns) in ossl_prov_get_keymgmt_free() 39 ossl_prov_get_keymgmt_import(const OSSL_DISPATCH *fns) in ossl_prov_get_keymgmt_import() 50 ossl_prov_get_keymgmt_export(const OSSL_DISPATCH *fns) in ossl_prov_get_keymgmt_export() 60 void *ossl_prov_import_key(const OSSL_DISPATCH *fns, void *provctx, in ossl_prov_import_key() 79 void ossl_prov_free_key(const OSSL_DISPATCH *fns, void *key) in ossl_prov_free_key()
|
D | decode_pvk2key.c | 42 const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */ member
|
D | decode_msblob2key.c | 41 const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */ member
|
/third_party/libabigail/src/ |
D | abg-corpus-priv.h | 81 priv(functions& fns, in priv() 305 fn_is_in_fns(const function_decl* fn, const vector<function_decl*>& fns) in fn_is_in_fns() 329 vector<function_decl*>* fns = fn_id_is_in_id_fns_map(fn); in fn_is_in_id_fns_map() local 347 vector<function_decl*>* fns = fn_id_is_in_id_fns_map(fn_id); in add_fn_to_id_fns_map() local 686 vector<function_decl*> fns; member
|
D | abg-corpus.cc | 76 ::exported_decls_builder(functions& fns, in exported_decls_builder() 1602 vector<function_decl*> fns; member
|
/third_party/jerryscript/tests/jerry/ |
D | function-construct.js | 40 var fns = new Array (); variable
|
/third_party/ltp/testcases/kernel/mce-test/tools/ |
D | scov_merge.py | 49 def scov_merge(fns, of): argument
|
D | gcov_merge.py | 57 def gcov_merge(fns, of): argument
|
/third_party/openssl/providers/common/ |
D | provider_seeding.c | 18 int ossl_prov_seeding_from_dispatch(const OSSL_DISPATCH *fns) in ossl_prov_seeding_from_dispatch()
|
D | bio_prov.c | 26 int ossl_prov_bio_from_dispatch(const OSSL_DISPATCH *fns) in ossl_prov_bio_from_dispatch()
|
/third_party/openssl/crypto/evp/ |
D | kdf_meth.c | 63 const OSSL_DISPATCH *fns = algodef->implementation; in evp_kdf_from_algorithm() local
|
D | mac_meth.c | 64 const OSSL_DISPATCH *fns = algodef->implementation; in evp_mac_from_algorithm() local
|
D | exchange.c | 47 const OSSL_DISPATCH *fns = algodef->implementation; in evp_keyexch_from_algorithm() local
|
D | kem.c | 262 const OSSL_DISPATCH *fns = algodef->implementation; in evp_kem_from_algorithm() local
|
D | asymcipher.c | 328 const OSSL_DISPATCH *fns = algodef->implementation; in evp_asym_cipher_from_algorithm() local
|
D | signature.c | 47 const OSSL_DISPATCH *fns = algodef->implementation; in evp_signature_from_algorithm() local
|
D | keymgmt_meth.c | 40 const OSSL_DISPATCH *fns = algodef->implementation; in keymgmt_from_algorithm() local
|
D | digest.c | 938 const OSSL_DISPATCH *fns = algodef->implementation; in evp_md_from_algorithm() local
|
/third_party/openssl/crypto/bio/ |
D | bss_core.c | 153 int ossl_bio_init_core(OSSL_LIB_CTX *libctx, const OSSL_DISPATCH *fns) in ossl_bio_init_core()
|
/third_party/node/lib/ |
D | async_hooks.js | 144 function createHook(fns) { argument
|
/third_party/openssl/crypto/engine/ |
D | eng_dyn.c | 427 dynamic_fns fns; in dynamic_load() local
|
/third_party/lwip/src/include/lwip/ |
D | altcp.h | 69 const struct altcp_functions *fns; member
|
/third_party/openssl/engines/ |
D | e_padlock.c | 745 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) in bind_engine()
|
/third_party/openssl/crypto/store/ |
D | store_meth.c | 199 const OSSL_DISPATCH *fns = algodef->implementation; in loader_from_algorithm() local
|
/third_party/openssl/crypto/encode_decode/ |
D | encoder_meth.c | 224 const OSSL_DISPATCH *fns = algodef->implementation; in encoder_from_algorithm() local
|