Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dcrypto_openssl.c4993 u8 key_schedule_context[1 + 2 * HPKE_MAX_HASH_LEN]; in hpke_key_schedule() local
4998 key_schedule_context[0] = HPKE_MODE_BASE; in hpke_key_schedule()
5002 NULL, 0, &key_schedule_context[1]) < 0) in hpke_key_schedule()
5008 &key_schedule_context[1 + ctx->n_h]) < 0) in hpke_key_schedule()
5018 key_schedule_context, 1 + 2 * ctx->n_h, in hpke_key_schedule()
5025 key_schedule_context, 1 + 2 * ctx->n_h, in hpke_key_schedule()
5030 forced_memzero(key_schedule_context, sizeof(key_schedule_context)); in hpke_key_schedule()