Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c4603 size_t n_pk; member
4647 ctx->n_pk = 65; in hpke_get_context()
4655 ctx->n_pk = 97; in hpke_get_context()
4663 ctx->n_pk = 133; in hpke_get_context()
4716 ctx->n_pk = 129; in hpke_get_context()
5084 res = hpke_extract_and_expand(ctx, dhss, dhss_len, enc, ctx->n_pk, in hpke_encap()
5186 enc_ct = wpabuf_alloc(ctx->n_pk + wpabuf_len(ct)); in hpke_base_seal_int()
5189 wpabuf_put_data(enc_ct, enc, ctx->n_pk); in hpke_base_seal_int()
5213 if (enc_ct_len < ctx->n_pk) in hpke_decap()
5217 len = (ctx->n_pk - 1) / 2; in hpke_decap()
[all …]