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

  /external/wpa_supplicant/
aes.h 18 void * aes_encrypt_init(const u8 *key, size_t len);
aes_wrap.c 57 ctx = aes_encrypt_init(kek, 16);
188 ctx = aes_encrypt_init(key, 16);
271 ctx = aes_encrypt_init(key, 16);
299 ctx = aes_encrypt_init(key, 16);
464 ctx = aes_encrypt_init(key, 16);
crypto.h 91 * aes_encrypt_init - Initialize AES for encryption
96 void * aes_encrypt_init(const u8 *key, size_t len);
100 * @ctx: Context pointer from aes_encrypt_init()
108 * @ctx: Context pointer from aes_encrypt_init()
122 * @ctx: Context pointer from aes_encrypt_init()
130 * @ctx: Context pointer from aes_encrypt_init()
crypto_gnutls.c 102 void * aes_encrypt_init(const u8 *key, size_t len) function
crypto.c 157 void * aes_encrypt_init(const u8 *key, size_t len) function
crypto_cryptoapi.c 260 void * aes_encrypt_init(const u8 *key, size_t len) function
343 return aes_encrypt_init(key, len);
crypto_internal.c 278 ctx->u.aes.ctx_enc = aes_encrypt_init(key, key_len);
crypto_libtomcrypt.c 90 void * aes_encrypt_init(const u8 *key, size_t len) function
aes.c 1060 void * aes_encrypt_init(const u8 *key, size_t len) function
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.h 18 void * aes_encrypt_init(const u8 *key, size_t len);
aes_wrap.c 52 ctx = aes_encrypt_init(kek, 16);
191 ctx = aes_encrypt_init(key, 16);
275 ctx = aes_encrypt_init(key, 16);
304 ctx = aes_encrypt_init(key, 16);
482 ctx = aes_encrypt_init(key, 16);
crypto.h 92 * aes_encrypt_init - Initialize AES for encryption
97 void * aes_encrypt_init(const u8 *key, size_t len);
101 * @ctx: Context pointer from aes_encrypt_init()
109 * @ctx: Context pointer from aes_encrypt_init()
123 * @ctx: Context pointer from aes_encrypt_init()
131 * @ctx: Context pointer from aes_encrypt_init()
crypto_cryptoapi.c 245 void * aes_encrypt_init(const u8 *key, size_t len) function
328 return aes_encrypt_init(key, len);
crypto_gnutls.c 103 void * aes_encrypt_init(const u8 *key, size_t len) function
crypto_openssl.c 160 void * aes_encrypt_init(const u8 *key, size_t len) function
crypto_libtomcrypt.c 90 void * aes_encrypt_init(const u8 *key, size_t len) function
crypto_internal.c 279 ctx->u.aes.ctx_enc = aes_encrypt_init(key, key_len);
aes.c 1073 void * aes_encrypt_init(const u8 *key, size_t len) function
    [all...]
  /external/wpa_supplicant/tests/
test_aes.c 38 ctx = aes_encrypt_init(key, 16);
46 ctx = aes_encrypt_init(key, 16);
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_aes.c 38 ctx = aes_encrypt_init(key, 16);
46 ctx = aes_encrypt_init(key, 16);

Completed in 80 milliseconds