Searched refs:encrypt_to_decrypt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/crypto/ |
H A D | des_glue.c | 34 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()
|
/kernel/linux/linux-6.6/arch/sparc/crypto/ |
H A D | des_glue.c | 34 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()
|
Completed in 2 milliseconds