Searched refs:auth_encapsulate_init (Results 1 – 2 of 2) sorted by relevance
170 if (provauthkey != NULL && kem->auth_encapsulate_init != NULL) { in evp_kem_init()171 ret = kem->auth_encapsulate_init(ctx->op.encap.algctx, provkey, in evp_kem_init()335 if (kem->auth_encapsulate_init != NULL) in evp_kem_from_algorithm()337 kem->auth_encapsulate_init = OSSL_FUNC_kem_auth_encapsulate_init(fns); in evp_kem_from_algorithm()
265 OSSL_FUNC_kem_auth_encapsulate_init_fn *auth_encapsulate_init; member
Completed in 10 milliseconds