encrypt_expkey     24 arch/sparc/crypto/des_glue.c 	u64 encrypt_expkey[DES_EXPKEY_WORDS / 2];
encrypt_expkey     29 arch/sparc/crypto/des_glue.c 	u64 encrypt_expkey[DES3_EDE_EXPKEY_WORDS / 2];
encrypt_expkey     58 arch/sparc/crypto/des_glue.c 	des_sparc64_key_expand((const u32 *) key, &dctx->encrypt_expkey[0]);
encrypt_expkey     59 arch/sparc/crypto/des_glue.c 	encrypt_to_decrypt(&dctx->decrypt_expkey[0], &dctx->encrypt_expkey[0]);
encrypt_expkey     70 arch/sparc/crypto/des_glue.c 	const u64 *K = ctx->encrypt_expkey;
encrypt_expkey    103 arch/sparc/crypto/des_glue.c 		des_sparc64_load_keys(&ctx->encrypt_expkey[0]);
encrypt_expkey    150 arch/sparc/crypto/des_glue.c 	des_sparc64_load_keys(&ctx->encrypt_expkey[0]);
encrypt_expkey    216 arch/sparc/crypto/des_glue.c 	memcpy(&dctx->encrypt_expkey[0], &k1[0], sizeof(k1));
encrypt_expkey    217 arch/sparc/crypto/des_glue.c 	encrypt_to_decrypt(&dctx->encrypt_expkey[DES_EXPKEY_WORDS / 2], &k2[0]);
encrypt_expkey    218 arch/sparc/crypto/des_glue.c 	memcpy(&dctx->encrypt_expkey[(DES_EXPKEY_WORDS / 2) * 2],
encrypt_expkey    236 arch/sparc/crypto/des_glue.c 	const u64 *K = ctx->encrypt_expkey;
encrypt_expkey    268 arch/sparc/crypto/des_glue.c 		K = &ctx->encrypt_expkey[0];
encrypt_expkey    319 arch/sparc/crypto/des_glue.c 	K = &ctx->encrypt_expkey[0];