HomeSort by: relevance | last modified time | path
    Searched refs:encapsulate_init (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/crypto/evp/
kem.c 147 if (kem->encapsulate_init == NULL) {
152 ret = kem->encapsulate_init(ctx->op.encap.algctx, provkey, params);
286 if (kem->encapsulate_init != NULL)
288 kem->encapsulate_init = OSSL_FUNC_kem_encapsulate_init(fns);
359 * "kem" functions: (encapsulate_init, encapsulate) or
evp_local.h 221 OSSL_FUNC_kem_encapsulate_init_fn *encapsulate_init; member in struct:evp_kem_st
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
kem.c 174 } else if (provauthkey == NULL && kem->encapsulate_init != NULL) {
175 ret = kem->encapsulate_init(ctx->op.encap.algctx, provkey, params);
330 if (kem->encapsulate_init != NULL)
332 kem->encapsulate_init = OSSL_FUNC_kem_encapsulate_init(fns);
416 * (encapsulate_init, (and/or auth_encapsulate_init), encapsulate) or
evp_local.h 254 OSSL_FUNC_kem_encapsulate_init_fn *encapsulate_init; member in struct:evp_kem_st

Completed in 26 milliseconds