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

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

Completed in 153 milliseconds