Searched refs:auth_encapsulate_init (Results 1 – 2 of 2) sorted by relevance
160 if (provauthkey != NULL && kem->auth_encapsulate_init != NULL) { in evp_kem_init()161 ret = kem->auth_encapsulate_init(ctx->op.encap.algctx, provkey, in evp_kem_init()324 if (kem->auth_encapsulate_init != NULL) in evp_kem_from_algorithm()326 kem->auth_encapsulate_init = OSSL_FUNC_kem_auth_encapsulate_init(fns); in evp_kem_from_algorithm()
242 OSSL_FUNC_kem_auth_encapsulate_init_fn *auth_encapsulate_init; member
Completed in 6 milliseconds