HomeSort by relevance Sort by last modified time
    Searched defs:kek (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/aes/
aes_wrap.c 143 int AES_wrap_unwrap_test(const unsigned char *kek, int keybits,
155 if (AES_set_encrypt_key(kek, keybits, &wctx))
164 if (AES_set_decrypt_key(kek, keybits, &wctx))
188 static const unsigned char kek[] = { local
244 ret = AES_wrap_unwrap_test(kek, 128, NULL, e1, key, 16);
246 ret = AES_wrap_unwrap_test(kek, 192, NULL, e2, key, 16);
248 ret = AES_wrap_unwrap_test(kek, 256, NULL, e3, key, 16);
250 ret = AES_wrap_unwrap_test(kek, 192, NULL, e4, key, 24);
252 ret = AES_wrap_unwrap_test(kek, 256, NULL, e5, key, 24);
254 ret = AES_wrap_unwrap_test(kek, 256, NULL, e6, key, 32)
    [all...]
  /external/openssl/crypto/aes/
aes_wrap.c 143 int AES_wrap_unwrap_test(const unsigned char *kek, int keybits,
155 if (AES_set_encrypt_key(kek, keybits, &wctx))
164 if (AES_set_decrypt_key(kek, keybits, &wctx))
188 static const unsigned char kek[] = { local
244 ret = AES_wrap_unwrap_test(kek, 128, NULL, e1, key, 16);
246 ret = AES_wrap_unwrap_test(kek, 192, NULL, e2, key, 16);
248 ret = AES_wrap_unwrap_test(kek, 256, NULL, e3, key, 16);
250 ret = AES_wrap_unwrap_test(kek, 192, NULL, e4, key, 24);
252 ret = AES_wrap_unwrap_test(kek, 256, NULL, e5, key, 24);
254 ret = AES_wrap_unwrap_test(kek, 256, NULL, e6, key, 32)
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.h 185 u8 kek[16]; /* EAPOL-Key Key Encryption Key (KEK) */ member in struct:wpa_ptk
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 

Completed in 952 milliseconds