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

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dcamellia-ntt.h49 const unsigned char *rawKey,
H A Dcamellia-ntt.c1389 const unsigned char *rawKey,
1394 camellia_setup128(rawKey, keyTable);
1397 camellia_setup192(rawKey, keyTable);
1400 camellia_setup256(rawKey, keyTable);
1388 Camellia_Ekeygen(const int keyBitLength, const unsigned char *rawKey, KEY_TABLE_TYPE keyTable) argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/camellia/
H A Dcmll_local.h31 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey,
H A Dcamellia.c280 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE k) argument
284 k[0] = s0 = GETU32(rawKey);
285 k[1] = s1 = GETU32(rawKey + 4);
286 k[2] = s2 = GETU32(rawKey + 8);
287 k[3] = s3 = GETU32(rawKey + 12);
290 k[8] = s0 = GETU32(rawKey + 16);
291 k[9] = s1 = GETU32(rawKey + 20);
296 k[10] = s2 = GETU32(rawKey + 24);
297 k[11] = s3 = GETU32(rawKey + 28);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcmll_local.h31 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey,
H A Dcamellia.c286 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE k) argument
290 k[0] = s0 = GETU32(rawKey);
291 k[1] = s1 = GETU32(rawKey + 4);
292 k[2] = s2 = GETU32(rawKey + 8);
293 k[3] = s3 = GETU32(rawKey + 12);
296 k[8] = s0 = GETU32(rawKey + 16);
297 k[9] = s1 = GETU32(rawKey + 20);
302 k[10] = s2 = GETU32(rawKey + 24);
303 k[11] = s3 = GETU32(rawKey + 28);
/netbsd-current/sys/crypto/camellia/
H A Dcamellia.h47 const unsigned char *rawKey,
H A Dcamellia.c1247 const unsigned char *rawKey,
1254 camellia_setup128(rawKey, subkey);
1257 camellia_setup192(rawKey, subkey);
1260 camellia_setup256(rawKey, subkey);
1246 Camellia_Ekeygen(const int keyBitLength, const unsigned char *rawKey, uint32_t *subkey) argument
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c205935 int rawKey = 1; local
[all...]

Completed in 750 milliseconds