Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/crypto/
H A Ddes_glue.c34 static void encrypt_to_decrypt(u64 *d, const u64 *e) in encrypt_to_decrypt() function
60 encrypt_to_decrypt(&dctx->decrypt_expkey[0], &dctx->encrypt_expkey[0]); in des_set_key()
201 encrypt_to_decrypt(&dctx->encrypt_expkey[DES_EXPKEY_WORDS / 2], &k2[0]); in des3_ede_set_key()
205 encrypt_to_decrypt(&dctx->decrypt_expkey[0], &k3[0]); in des3_ede_set_key()
208 encrypt_to_decrypt(&dctx->decrypt_expkey[(DES_EXPKEY_WORDS / 2) * 2], in des3_ede_set_key()