Searched defs:salt_key (Results 1 - 1 of 1) sorted by relevance

/external/dropbear/libtomcrypt/src/modes/f8/
H A Df8_start.c27 @param salt_key The salting key for the IV
35 const unsigned char *salt_key, int skeylen,
43 LTC_ARGCHK(salt_key != NULL);
62 /* now get key ^ salt_key [extend salt_ket with 0x55 as required to match length] */
68 tkey[x] ^= salt_key[x];
33 f8_start( int cipher, const unsigned char *IV, const unsigned char *key, int keylen, const unsigned char *salt_key, int skeylen, int num_rounds, symmetric_F8 *f8) argument

Completed in 78 milliseconds