Searched refs:AES_Setkey (Results 1 – 5 of 5) sorted by relevance
/haiku/src/libs/compat/openbsd_wlan/crypto/ |
H A D | key_wrap.c | 35 AES_Setkey(&ctx->ctx, K, K_len); in aes_key_wrap_set_key() 42 AES_Setkey(&ctx->ctx, K, K_len); in aes_key_wrap_set_key_wrap_only()
|
H A D | aes.h | 41 int AES_Setkey(AES_CTX *, const uint8_t *, int);
|
H A D | cmac.c | 53 AES_Setkey(&ctx->aesctx, key, 16); in AES_CMAC_SetKey()
|
H A D | aes.c | 661 AES_Setkey(AES_CTX *ctx, const uint8_t *key, int len) in AES_Setkey() function
|
/haiku/src/libs/compat/openbsd_wlan/net80211/ |
H A D | ieee80211_crypto_ccmp.c | 61 AES_Setkey(&ctx->aesctx, k->k_key, 16); in ieee80211_ccmp_set_key()
|