Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/crypto/
Ddes_glue.c32 static void encrypt_to_decrypt(u64 *d, const u64 *e) in encrypt_to_decrypt() function
62 encrypt_to_decrypt(&dctx->decrypt_expkey[0], &dctx->encrypt_expkey[0]); in des_set_key()
224 encrypt_to_decrypt(&dctx->encrypt_expkey[DES_EXPKEY_WORDS / 2], &k2[0]); in des3_ede_set_key()
228 encrypt_to_decrypt(&dctx->decrypt_expkey[0], &k3[0]); in des3_ede_set_key()
231 encrypt_to_decrypt(&dctx->decrypt_expkey[(DES_EXPKEY_WORDS / 2) * 2], in des3_ede_set_key()