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

/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dkey_wrap.h24 } aes_key_wrap_ctx; typedef in typeref:struct:_aes_key_wrap_ctx
28 void aes_key_wrap_set_key(aes_key_wrap_ctx *, const u_int8_t *, size_t);
29 void aes_key_wrap_set_key_wrap_only(aes_key_wrap_ctx *, const u_int8_t *,
31 void aes_key_wrap(aes_key_wrap_ctx *, const u_int8_t *, size_t, u_int8_t *);
32 int aes_key_unwrap(aes_key_wrap_ctx *, const u_int8_t *, u_int8_t *,
H A Dkey_wrap.c33 aes_key_wrap_set_key(aes_key_wrap_ctx *ctx, const u_int8_t *K, size_t K_len)
39 aes_key_wrap_set_key_wrap_only(aes_key_wrap_ctx *ctx, const u_int8_t *K,
46 aes_key_wrap(aes_key_wrap_ctx *ctx, const u_int8_t *P, size_t n, u_int8_t *C)
79 aes_key_unwrap(aes_key_wrap_ctx *ctx, const u_int8_t *C, u_int8_t *P, size_t n)
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto.c525 aes_key_wrap_ctx aes;
584 aes_key_wrap_ctx aes;

Completed in 45 milliseconds