Home
last modified time | relevance | path

Searched refs:encapsulate (Results 1 – 10 of 10) sorted by relevance

/openssl/doc/life-cycles/
H A Dpkey.dot13 encapsulate [fontcolor="#D95980", color="#D95980"]
38 newed -> encapsulate [label="EVP_PKEY_encapsulate_init", fontcolor="#D95980", color="#D95980"];
39 encapsulate -> encapsulate [label="EVP_PKEY_encapsulate", fontcolor="#D95980", color="#D95980"];
/openssl/doc/man7/
H A Dlife_cycle-pkey.pod40 =item encapsulate
172encapsulate encapsulate encapsulate encapsulate encapsulate encapsulate encapsulate e…
212 <th style="border:1px solid" align="center">encapsulate</th>
476 <td style="border:1px solid" align="center">encapsulate</td>
477 <td style="border:1px solid" align="center">encapsulate</td>
478 <td style="border:1px solid" align="center">encapsulate</td>
479 <td style="border:1px solid" align="center">encapsulate</td>
480 <td style="border:1px solid" align="center">encapsulate</td>
481 <td style="border:1px solid" align="center">encapsulate</td>
482 <td style="border:1px solid" align="center">encapsulate</td>
[all …]
H A DEVP_KEM-RSA.pod26 The encapsulate function simply generates a secret using random bytes and then
H A DEVP_KEM-EC.pod26 The encapsulate function generates an ephemeral keypair. It produces keymaterial
H A DEVP_KEM-X25519.pod27 The encapsulate function generates an ephemeral keypair. It produces keymaterial
H A Dprovider-base.pod620 executes I<encapsulate> using the client's public key and sends back the
622 the same I<shared secret> generated by the server's I<encapsulate>. To operate
/openssl/crypto/evp/
H A Dkem.c235 return ctx->op.encap.kem->encapsulate(ctx->op.encap.algctx, in EVP_PKEY_encapsulate()
330 if (kem->encapsulate != NULL) in evp_kem_from_algorithm()
332 kem->encapsulate = OSSL_FUNC_kem_encapsulate(fns); in evp_kem_from_algorithm()
H A Devp_local.h233 OSSL_FUNC_kem_encapsulate_fn *encapsulate; member
/openssl/doc/man3/
H A DOSSL_HPKE_CTX_new.pod249 KEM, then a KDF and finally an AEAD. The first step is to encapsulate (using
/openssl/test/
H A Devp_test.c2183 static int encapsulate(EVP_TEST *t, EVP_PKEY_CTX *ctx, const char *op, in encapsulate() function
2304 ret = encapsulate(t, kdata->ctx, kdata->op, &wrapped, &wrappedlen, in kem_test_run()

Completed in 33 milliseconds