Searched refs:encrypt_expkey (Results 1 – 1 of 1) sorted by relevance
23 u64 encrypt_expkey[DES_EXPKEY_WORDS / 2]; member28 u64 encrypt_expkey[DES3_EDE_EXPKEY_WORDS / 2]; member61 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()[all …]