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

/linux-4.1.27/arch/sparc/crypto/
H A Ddes_glue.c23 u64 encrypt_expkey[DES_EXPKEY_WORDS / 2]; member in struct:des_sparc64_ctx
28 u64 encrypt_expkey[DES3_EDE_EXPKEY_WORDS / 2]; member in struct:des3_ede_sparc64_ctx
61 des_sparc64_key_expand((const u32 *) key, &dctx->encrypt_expkey[0]); des_set_key()
62 encrypt_to_decrypt(&dctx->decrypt_expkey[0], &dctx->encrypt_expkey[0]); des_set_key()
73 const u64 *K = ctx->encrypt_expkey; des_encrypt()
106 des_sparc64_load_keys(&ctx->encrypt_expkey[0]); __ecb_crypt()
153 des_sparc64_load_keys(&ctx->encrypt_expkey[0]); cbc_encrypt()
223 memcpy(&dctx->encrypt_expkey[0], &k1[0], sizeof(k1)); des3_ede_set_key()
224 encrypt_to_decrypt(&dctx->encrypt_expkey[DES_EXPKEY_WORDS / 2], &k2[0]); des3_ede_set_key()
225 memcpy(&dctx->encrypt_expkey[(DES_EXPKEY_WORDS / 2) * 2], des3_ede_set_key()
243 const u64 *K = ctx->encrypt_expkey; des3_ede_encrypt()
275 K = &ctx->encrypt_expkey[0]; __ecb3_crypt()
326 K = &ctx->encrypt_expkey[0]; cbc3_encrypt()

Completed in 31 milliseconds