HomeSort by: relevance | last modified time | path
    Searched defs:n_h (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/src/crypto/
crypto_openssl.c 4611 size_t n_h; member in struct:hpke_context
4676 ctx->n_h = 32;
4680 ctx->n_h = 48;
4684 ctx->n_h = 64;
4758 unsigned int mdlen = kem ? ctx->kem_n_h : ctx->n_h;
4898 mdlen = kem ? ctx->kem_n_h : ctx->n_h;
5008 &key_schedule_context[1 + ctx->n_h]) < 0)
5018 key_schedule_context, 1 + 2 * ctx->n_h,
5025 key_schedule_context, 1 + 2 * ctx->n_h,

Completed in 51 milliseconds