Searched defs:keys (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/crypto/
H A Ddes_ubicom32.c91 static void inline des3_hw_ede_encrypt(u8 *keys, u8 *out, const u8 *in) argument
106 static void inline des3_hw_ede_decrypt(u8 *keys, u8 *out, const u8 *in) argument
122 static void inline des3_hw_eee_encrypt(u8 *keys, u8 *out, const u8 *in) argument
137 des3_hw_eee_decrypt(u8 *keys, u8 *out, const u8 *in) argument
228 ecb_des3_ede_encrypt_loop(u8 *keys, u8 *out, u8 *in, unsigned int n) argument
239 ecb_des3_ede_decrypt_loop(u8 *keys, u8 *out, u8 *in, unsigned int n) argument
251 ecb_des3_eee_encrypt_loop(u8 *keys, u8 *out, u8 *in, unsigned int n) argument
262 ecb_des3_eee_decrypt_loop(u8 *keys, u8 *out, u8 *in, unsigned int n) argument
338 cbc_des3_ede_encrypt_loop(u8 *keys, u8 *out, u8 *in, u8 *iv, unsigned int n) argument
351 cbc_des3_ede_decrypt_loop(u8 *keys, u8 *out, u8 *in, u8 *iv, unsigned int n) argument
367 cbc_des3_eee_encrypt_loop(u8 *keys, u8 *out, u8 *in, u8 *iv, unsigned int n) argument
380 cbc_des3_eee_decrypt_loop(u8 *keys, u8 *out, u8 *in, u8 *iv, unsigned int n) argument
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-crypto/src/src/
H A Dnss_crypto_hw.h219 struct nss_crypto_cmd_keys keys; /**< cipher & auth keys for uncached */ member in struct:nss_crypto_cmd_config

Completed in 38 milliseconds