Searched refs:des_key_setup (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | des_i.h | 17 void des_key_setup(const u8 *key, u32 *ek, u32 *dk);
|
H A D | crypto_internal-cipher.c | 91 des_key_setup(key, ctx->u.des.ek, ctx->u.des.dk); in crypto_cipher_init()
|
H A D | des-internal.c | 428 void des_key_setup(const u8 *key, u32 *ek, u32 *dk) in des_key_setup() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | des_i.h | 17 void des_key_setup(const u8 *key, u32 *ek, u32 *dk);
|
H A D | crypto_internal-cipher.c | 91 des_key_setup(key, ctx->u.des.ek, ctx->u.des.dk); in crypto_cipher_init()
|
H A D | des-internal.c | 428 void des_key_setup(const u8 *key, u32 *ek, u32 *dk) in des_key_setup() function
|
Completed in 3 milliseconds