Home
last modified time | relevance | path

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

/openssl/crypto/hpke/
H A Dhpke.c461 if (ctx->shared_secret != NULL) { in hpke_encap()
519 ctx->shared_secret = OPENSSL_malloc(lsslen); in hpke_encap()
520 if (ctx->shared_secret == NULL) in hpke_encap()
526 OPENSSL_free(ctx->shared_secret); in hpke_encap()
527 ctx->shared_secret = NULL; in hpke_encap()
561 if (ctx->shared_secret != NULL) { in hpke_decap()
615 if (ctx->shared_secret == NULL) in hpke_decap()
629 OPENSSL_free(ctx->shared_secret); in hpke_decap()
630 ctx->shared_secret = NULL; in hpke_decap()
1086 if (ctx->shared_secret != NULL) { in OSSL_HPKE_encap()
[all …]

Completed in 7 milliseconds