Searched defs:fns (Results 1 – 23 of 23) sorted by relevance
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()
42 const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */ member
41 const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */ member
47 const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */ member
18 int ossl_prov_seeding_from_dispatch(const OSSL_DISPATCH *fns) in ossl_prov_seeding_from_dispatch()
26 int ossl_prov_bio_from_dispatch(const OSSL_DISPATCH *fns) in ossl_prov_bio_from_dispatch()
63 const OSSL_DISPATCH *fns = algodef->implementation; in evp_kdf_from_algorithm() local
55 const OSSL_DISPATCH *fns = algodef->implementation; in evp_mac_from_algorithm() local
47 const OSSL_DISPATCH *fns = algodef->implementation; in evp_keyexch_from_algorithm() local
262 const OSSL_DISPATCH *fns = algodef->implementation; in evp_kem_from_algorithm() local
328 const OSSL_DISPATCH *fns = algodef->implementation; in evp_asym_cipher_from_algorithm() local
47 const OSSL_DISPATCH *fns = algodef->implementation; in evp_signature_from_algorithm() local
40 const OSSL_DISPATCH *fns = algodef->implementation; in keymgmt_from_algorithm() local
909 const OSSL_DISPATCH *fns = algodef->implementation; in evp_md_from_algorithm() local
119 const OSSL_DISPATCH *fns = algodef->implementation; in evp_rand_from_algorithm() local
1465 const OSSL_DISPATCH *fns = algodef->implementation; in evp_cipher_from_algorithm() local
150 int ossl_bio_init_core(OSSL_LIB_CTX *libctx, const OSSL_DISPATCH *fns) in ossl_bio_init_core()
407 dynamic_fns fns; in dynamic_load() local
177 const OSSL_DISPATCH *fns = algodef->implementation; in loader_from_algorithm() local
745 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) in bind_engine()
1915 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) in bind_engine()
202 const OSSL_DISPATCH *fns = algodef->implementation; in ossl_decoder_from_algorithm() local
202 const OSSL_DISPATCH *fns = algodef->implementation; in encoder_from_algorithm() local
Completed in 51 milliseconds