Lines Matching refs:encrypt_expkey
23 u64 encrypt_expkey[DES_EXPKEY_WORDS / 2]; member
28 u64 encrypt_expkey[DES3_EDE_EXPKEY_WORDS / 2]; member
61 des_sparc64_key_expand((const u32 *) key, &dctx->encrypt_expkey[0]); in des_set_key()
62 encrypt_to_decrypt(&dctx->decrypt_expkey[0], &dctx->encrypt_expkey[0]); in des_set_key()
73 const u64 *K = ctx->encrypt_expkey; in des_encrypt()
106 des_sparc64_load_keys(&ctx->encrypt_expkey[0]); in __ecb_crypt()
153 des_sparc64_load_keys(&ctx->encrypt_expkey[0]); in cbc_encrypt()
223 memcpy(&dctx->encrypt_expkey[0], &k1[0], sizeof(k1)); in des3_ede_set_key()
224 encrypt_to_decrypt(&dctx->encrypt_expkey[DES_EXPKEY_WORDS / 2], &k2[0]); in des3_ede_set_key()
225 memcpy(&dctx->encrypt_expkey[(DES_EXPKEY_WORDS / 2) * 2], in des3_ede_set_key()
243 const u64 *K = ctx->encrypt_expkey; in des3_ede_encrypt()
275 K = &ctx->encrypt_expkey[0]; in __ecb3_crypt()
326 K = &ctx->encrypt_expkey[0]; in cbc3_encrypt()