Searched refs:aes_key_wrap (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dkey_wrap.h31 void aes_key_wrap(aes_key_wrap_ctx *, const u_int8_t *, size_t, u_int8_t *);
H A Dkey_wrap.c46 aes_key_wrap(aes_key_wrap_ctx *ctx, const u_int8_t *P, size_t n, u_int8_t *C) function
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto.c562 aes_key_wrap(&ctx.aes, data, len / 8, data);

Completed in 35 milliseconds