Lines Matching refs:fns
42 const OSSL_DISPATCH *fns = algodef->implementation; in evp_keyexch_from_algorithm() local
56 for (; fns->function_id != 0; fns++) { in evp_keyexch_from_algorithm()
57 switch (fns->function_id) { in evp_keyexch_from_algorithm()
61 exchange->newctx = OSSL_FUNC_keyexch_newctx(fns); in evp_keyexch_from_algorithm()
67 exchange->init = OSSL_FUNC_keyexch_init(fns); in evp_keyexch_from_algorithm()
73 exchange->set_peer = OSSL_FUNC_keyexch_set_peer(fns); in evp_keyexch_from_algorithm()
78 exchange->derive = OSSL_FUNC_keyexch_derive(fns); in evp_keyexch_from_algorithm()
84 exchange->freectx = OSSL_FUNC_keyexch_freectx(fns); in evp_keyexch_from_algorithm()
90 exchange->dupctx = OSSL_FUNC_keyexch_dupctx(fns); in evp_keyexch_from_algorithm()
95 exchange->get_ctx_params = OSSL_FUNC_keyexch_get_ctx_params(fns); in evp_keyexch_from_algorithm()
102 = OSSL_FUNC_keyexch_gettable_ctx_params(fns); in evp_keyexch_from_algorithm()
108 exchange->set_ctx_params = OSSL_FUNC_keyexch_set_ctx_params(fns); in evp_keyexch_from_algorithm()
115 = OSSL_FUNC_keyexch_settable_ctx_params(fns); in evp_keyexch_from_algorithm()