代码搜索:initialised
找到约 115 项符合「initialised」的源代码
代码结果 115
www.eeworm.com/read/264761/11302366
c loki97.c
/*
* Implements the LOKI97 block cipher.
*
* LOKI97 is a 128-bit symmetric block cipher with a 256-bit key schedule,
* which may be initialised from 128, 192, or 256-bit keys. It uses 16 rounds
www.eeworm.com/read/232520/14193344
c loki97.c
/*
* Implements the LOKI97 block cipher.
*
* LOKI97 is a 128-bit symmetric block cipher with a 256-bit key schedule,
* which may be initialised from 128, 192, or 256-bit keys. It uses 16 rounds
www.eeworm.com/read/109906/15545941
c loki97.c
/*
* Implements the LOKI97 block cipher.
*
* LOKI97 is a 128-bit symmetric block cipher with a 256-bit key schedule,
* which may be initialised from 128, 192, or 256-bit keys. It uses 16 rounds
www.eeworm.com/read/420691/10780483
h sm_tuple.h
#ifndef SM_TUPLE_H
#define SM_TUPLE_H
#include
#include
#include
#include
#include "SM.h"
class SM_Tuple {
/* True if tuple has been initialised */
bool
www.eeworm.com/read/278272/10553017
cpp main.cpp
#include
LPDIRECT3D8 g_pD3D = NULL;
LPDIRECT3DDEVICE8 g_pD3DDevice = NULL;
HRESULT InitialiseD3D(HWND hWnd)
{
//First of all, create the main D3D object. If it i