Home
last modified time | relevance | path

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

12

/openssl/providers/implementations/encode_decode/
H A 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()
H A Ddecode_msblob2key.c41 const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */ member
H A Ddecode_pvk2key.c43 const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */ member
/openssl/providers/common/
H A Dprovider_seeding.c41 int ossl_prov_seeding_from_dispatch(const OSSL_DISPATCH *fns) in ossl_prov_seeding_from_dispatch()
H A Dbio_prov.c26 int ossl_prov_bio_from_dispatch(const OSSL_DISPATCH *fns) in ossl_prov_bio_from_dispatch()
/openssl/crypto/evp/
H A Dkdf_meth.c62 const OSSL_DISPATCH *fns = algodef->implementation; in evp_kdf_from_algorithm() local
H A Dmac_meth.c61 const OSSL_DISPATCH *fns = algodef->implementation; in evp_mac_from_algorithm() local
H A Dexchange.c42 const OSSL_DISPATCH *fns = algodef->implementation; in evp_keyexch_from_algorithm() local
H A Dkem.c294 const OSSL_DISPATCH *fns = algodef->implementation; in evp_kem_from_algorithm() local
H A Dasymcipher.c341 const OSSL_DISPATCH *fns = algodef->implementation; in evp_asym_cipher_from_algorithm() local
H A Dsignature.c45 const OSSL_DISPATCH *fns = algodef->implementation; in evp_signature_from_algorithm() local
H A Dkeymgmt_meth.c57 const OSSL_DISPATCH *fns = algodef->implementation; in keymgmt_from_algorithm() local
H A Ddigest.c1004 const OSSL_DISPATCH *fns = algodef->implementation; in evp_md_from_algorithm() local
H A Devp_rand.c121 const OSSL_DISPATCH *fns = algodef->implementation; in evp_rand_from_algorithm() local
/openssl/crypto/bio/
H A Dbss_core.c147 int ossl_bio_init_core(OSSL_LIB_CTX *libctx, const OSSL_DISPATCH *fns) in ossl_bio_init_core()
/openssl/crypto/engine/
H A Deng_dyn.c423 dynamic_fns fns; in dynamic_load() local
/openssl/test/
H A Dtls-provider.c129 xor_prov_get_keymgmt_new(const OSSL_DISPATCH *fns) in xor_prov_get_keymgmt_new()
140 xor_prov_get_keymgmt_free(const OSSL_DISPATCH *fns) in xor_prov_get_keymgmt_free()
151 xor_prov_get_keymgmt_import(const OSSL_DISPATCH *fns) in xor_prov_get_keymgmt_import()
162 xor_prov_get_keymgmt_export(const OSSL_DISPATCH *fns) in xor_prov_get_keymgmt_export()
172 static void *xor_prov_import_key(const OSSL_DISPATCH *fns, void *provctx, in xor_prov_import_key()
191 static void xor_prov_free_key(const OSSL_DISPATCH *fns, void *key) in xor_prov_free_key()
2119 const OSSL_DISPATCH *fns; /* Keymgmt (to pilfer functions from) */ member
/openssl/ssl/record/methods/
H A Ddtls_meth.c636 const OSSL_DISPATCH *fns, void *cbarg, void *rlarg, in dtls_new_record_layer()
H A Dktls_meth.c414 const OSSL_DISPATCH *fns, void *cbarg, void *rlarg, in ktls_new_record_layer()
H A Dtls_common.c1257 const OSSL_DISPATCH *fns, void *cbarg, in tls_int_new_record_layer()
1397 const OSSL_DISPATCH *fns, void *cbarg, void *rlarg, in tls_new_record_layer()
/openssl/crypto/store/
H A Dstore_meth.c179 const OSSL_DISPATCH *fns = algodef->implementation; in loader_from_algorithm() local
/openssl/engines/
H A De_padlock.c756 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) in bind_engine()
/openssl/crypto/encode_decode/
H A Dencoder_meth.c203 const OSSL_DISPATCH *fns = algodef->implementation; in encoder_from_algorithm() local
H A Ddecoder_meth.c203 const OSSL_DISPATCH *fns = algodef->implementation; in ossl_decoder_from_algorithm() local
/openssl/ssl/quic/
H A Dquic_tls.c102 const OSSL_DISPATCH *fns, void *cbarg, void *rlarg, in quic_new_record_layer()

Completed in 110 milliseconds

12