Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c4606 size_t kem_n_h; member
4650 ctx->kem_n_h = 32; in hpke_get_context()
4658 ctx->kem_n_h = 48; in hpke_get_context()
4666 ctx->kem_n_h = 64; in hpke_get_context()
4758 unsigned int mdlen = kem ? ctx->kem_n_h : ctx->n_h; in hpke_labeled_extract()
4898 mdlen = kem ? ctx->kem_n_h : ctx->n_h; in hpke_labeled_expand()