Home
last modified time | relevance | path

Searched refs:des3_key_setup (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Ddes_i.h21 void des3_key_setup(const u8 *key, struct des3_key_s *dkey);
Dcrypto_internal-cipher.c83 des3_key_setup(key, &ctx->u.des3.key); in crypto_cipher_init()
Ddes-internal.c456 void des3_key_setup(const u8 *key, struct des3_key_s *dkey) in des3_key_setup() function
/external/wpa_supplicant_8/src/eap_common/
Dikev2_common.c183 void des3_key_setup(const u8 *key, struct des3_key_s *dkey);
206 des3_key_setup(key, &des3key); in ikev2_encr_encrypt()
264 des3_key_setup(key, &des3key); in ikev2_encr_decrypt()