HomeSort by relevance Sort by last modified time
    Searched refs:MAX_KEY_LEN (Results 1 - 9 of 9) sorted by null

  /external/icu4c/common/
ucat.c 21 #define MAX_KEY_LEN (24)
26 * MAX_KEY_LEN or more.
52 char key[MAX_KEY_LEN];
  /external/srtp/crypto/cipher/
cipher.c 81 #define MAX_KEY_LEN 64
273 uint8_t key[MAX_KEY_LEN];
274 uint8_t iv[MAX_KEY_LEN];
290 if (test_case->key_length_octets > MAX_KEY_LEN)
296 status = rand_source_get_octet_string(iv, MAX_KEY_LEN);
  /external/dropbear/
options.h 302 #define MAX_KEY_LEN 32 /* 256 bits for aes256 etc */
common-kex.c 254 unsigned char C2S_key[MAX_KEY_LEN];
256 unsigned char S2C_key[MAX_KEY_LEN];
257 /* unsigned char key[MAX_KEY_LEN]; */
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyParserWep.c 131 if ((pKeyDesc->KeyLength < MIN_KEY_LEN ) || (pKeyDesc->KeyLength >= MAX_KEY_LEN ))
rsn.c 520 MAX_KEY_LEN /*pRsn->keys[keyIndex].encLen*/);
904 os_memoryCopy (pRsn->hOs, (void *)pRsn->keys[keyIndex].encKey, pParam->content.rsnOsKey.KeyMaterial, MAX_KEY_LEN);
    [all...]
  /external/srtp/test/
rtpw.c 89 #define MAX_KEY_LEN 64
142 char key[MAX_KEY_LEN];
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h 313 #define MAX_KEY_LEN 32
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c     [all...]

Completed in 241 milliseconds