Lines Matching refs:fns
294 const OSSL_DISPATCH *fns = algodef->implementation; in evp_kem_from_algorithm() local
309 for (; fns->function_id != 0; fns++) { in evp_kem_from_algorithm()
310 switch (fns->function_id) { in evp_kem_from_algorithm()
314 kem->newctx = OSSL_FUNC_kem_newctx(fns); in evp_kem_from_algorithm()
320 kem->encapsulate_init = OSSL_FUNC_kem_encapsulate_init(fns); in evp_kem_from_algorithm()
326 kem->auth_encapsulate_init = OSSL_FUNC_kem_auth_encapsulate_init(fns); in evp_kem_from_algorithm()
332 kem->encapsulate = OSSL_FUNC_kem_encapsulate(fns); in evp_kem_from_algorithm()
338 kem->decapsulate_init = OSSL_FUNC_kem_decapsulate_init(fns); in evp_kem_from_algorithm()
344 kem->auth_decapsulate_init = OSSL_FUNC_kem_auth_decapsulate_init(fns); in evp_kem_from_algorithm()
350 kem->decapsulate = OSSL_FUNC_kem_decapsulate(fns); in evp_kem_from_algorithm()
356 kem->freectx = OSSL_FUNC_kem_freectx(fns); in evp_kem_from_algorithm()
362 kem->dupctx = OSSL_FUNC_kem_dupctx(fns); in evp_kem_from_algorithm()
368 = OSSL_FUNC_kem_get_ctx_params(fns); in evp_kem_from_algorithm()
375 = OSSL_FUNC_kem_gettable_ctx_params(fns); in evp_kem_from_algorithm()
382 = OSSL_FUNC_kem_set_ctx_params(fns); in evp_kem_from_algorithm()
389 = OSSL_FUNC_kem_settable_ctx_params(fns); in evp_kem_from_algorithm()