Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Ddes_i.h21 void des3_key_setup(const u8 *key, struct des3_key_s *dkey);
H A Dcrypto_internal-cipher.c83 des3_key_setup(key, &ctx->u.des3.key); in crypto_cipher_init()
H A Ddes-internal.c457 void des3_key_setup(const u8 *key, struct des3_key_s *dkey) in des3_key_setup() function