Home
last modified time | relevance | path

Searched defs:fns (Results 1 – 25 of 58) sorted by relevance

123

/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
Dendecoder_common.c17 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()
Ddecode_pvk2key.c42 const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */ member
Ddecode_msblob2key.c41 const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */ member
/third_party/openssl/providers/implementations/encode_decode/
Dendecoder_common.c17 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()
Ddecode_pvk2key.c42 const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */ member
Ddecode_msblob2key.c41 const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */ member
/third_party/jerryscript/tests/jerry/
Dfunction-construct.js40 var fns = new Array (); variable
/third_party/libabigail/src/
Dabg-corpus-priv.h81 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
/third_party/ltp/testcases/kernel/mce-test/tools/
Dgcov_merge.py57 def gcov_merge(fns, of): argument
Dscov_merge.py49 def scov_merge(fns, of): argument
/third_party/node/deps/openssl/openssl/providers/common/
Dprovider_seeding.c18 int ossl_prov_seeding_from_dispatch(const OSSL_DISPATCH *fns) in ossl_prov_seeding_from_dispatch()
/third_party/openssl/providers/common/
Dprovider_seeding.c18 int ossl_prov_seeding_from_dispatch(const OSSL_DISPATCH *fns) in ossl_prov_seeding_from_dispatch()
/third_party/node/deps/openssl/openssl/crypto/evp/
Dkdf_meth.c63 const OSSL_DISPATCH *fns = algodef->implementation; in evp_kdf_from_algorithm() local
Dmac_meth.c64 const OSSL_DISPATCH *fns = algodef->implementation; in evp_mac_from_algorithm() local
Dexchange.c47 const OSSL_DISPATCH *fns = algodef->implementation; in evp_keyexch_from_algorithm() local
Dkem.c262 const OSSL_DISPATCH *fns = algodef->implementation; in evp_kem_from_algorithm() local
/third_party/openssl/crypto/evp/
Dkdf_meth.c63 const OSSL_DISPATCH *fns = algodef->implementation; in evp_kdf_from_algorithm() local
Dmac_meth.c64 const OSSL_DISPATCH *fns = algodef->implementation; in evp_mac_from_algorithm() local
Dexchange.c47 const OSSL_DISPATCH *fns = algodef->implementation; in evp_keyexch_from_algorithm() local
Dkem.c262 const OSSL_DISPATCH *fns = algodef->implementation; in evp_kem_from_algorithm() local
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbss_core.c153 int ossl_bio_init_core(OSSL_LIB_CTX *libctx, const OSSL_DISPATCH *fns) in ossl_bio_init_core()
/third_party/openssl/crypto/bio/
Dbss_core.c153 int ossl_bio_init_core(OSSL_LIB_CTX *libctx, const OSSL_DISPATCH *fns) in ossl_bio_init_core()
/third_party/node/lib/
Dasync_hooks.js150 function createHook(fns) { argument
/third_party/openssl/crypto/engine/
Deng_dyn.c427 dynamic_fns fns; in dynamic_load() local
/third_party/node/deps/openssl/openssl/crypto/engine/
Deng_dyn.c427 dynamic_fns fns; in dynamic_load() local

123