Searched refs:decrypt_expkey (Results 1 – 1 of 1) sorted by relevance
24 u64 decrypt_expkey[DES_EXPKEY_WORDS / 2]; member29 u64 decrypt_expkey[DES3_EDE_EXPKEY_WORDS / 2]; member62 encrypt_to_decrypt(&dctx->decrypt_expkey[0], &dctx->encrypt_expkey[0]); in des_set_key()81 const u64 *K = ctx->decrypt_expkey; in des_decrypt()108 des_sparc64_load_keys(&ctx->decrypt_expkey[0]); in __ecb_crypt()184 des_sparc64_load_keys(&ctx->decrypt_expkey[0]); in cbc_decrypt()228 encrypt_to_decrypt(&dctx->decrypt_expkey[0], &k3[0]); in des3_ede_set_key()229 memcpy(&dctx->decrypt_expkey[DES_EXPKEY_WORDS / 2], in des3_ede_set_key()231 encrypt_to_decrypt(&dctx->decrypt_expkey[(DES_EXPKEY_WORDS / 2) * 2], in des3_ede_set_key()251 const u64 *K = ctx->decrypt_expkey; in des3_ede_decrypt()[all …]