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

  /external/srtp/crypto/test/
aes_calc.c 31 #define AES_KEY_LEN 16
57 if (strlen(argv[1]) > AES_KEY_LEN*2) {
61 AES_KEY_LEN*2, (unsigned)strlen(argv[1]));
64 len = hex_string_to_octet_string((char *)&key, argv[1], AES_KEY_LEN*2);
66 if (len < AES_KEY_LEN*2) {
70 AES_KEY_LEN*2, len);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyParserExternal.c 65 #define AES_KEY_LEN 16
170 (pKeyDesc->KeyLength != AES_KEY_LEN) )
229 if ((pKeyDesc->KeyLength == AES_KEY_LEN) && (pKeyParser->pPaeConfig->unicastSuite == TWD_CIPHER_CKIP))

Completed in 167 milliseconds