Searched refs:hpke_labeled_extract (Results 1 – 1 of 1) sorted by relevance
| /freebsd-head/contrib/wpa/src/crypto/ |
| HD | crypto_openssl.c | 4750 static int hpke_labeled_extract(struct hpke_context *ctx, bool kem, in hpke_labeled_extract() function 4968 if (hpke_labeled_extract(ctx, true, NULL, 0, "eae_prk", dhss, dhss_len, in hpke_extract_and_expand() 5001 if (hpke_labeled_extract(ctx, false, NULL, 0, "psk_id_hash", in hpke_key_schedule() 5006 if (hpke_labeled_extract(ctx, false, NULL, 0, "info_hash", in hpke_key_schedule() 5012 if (hpke_labeled_extract(ctx, false, shared_secret, ctx->n_secret, in hpke_key_schedule()
|