Searched refs:suitebuf (Results 1 – 1 of 1) sorted by relevance
660 unsigned char suitebuf[6]; in hpke_do_middle() local707 suitebuf[0] = ctx->suite.kem_id / 256; in hpke_do_middle()708 suitebuf[1] = ctx->suite.kem_id % 256; in hpke_do_middle()709 suitebuf[2] = ctx->suite.kdf_id / 256; in hpke_do_middle()710 suitebuf[3] = ctx->suite.kdf_id % 256; in hpke_do_middle()711 suitebuf[4] = ctx->suite.aead_id / 256; in hpke_do_middle()712 suitebuf[5] = ctx->suite.aead_id % 256; in hpke_do_middle()716 suitebuf, sizeof(suitebuf), in hpke_do_middle()724 suitebuf, sizeof(suitebuf), in hpke_do_middle()739 suitebuf, sizeof(suitebuf), in hpke_do_middle()[all …]