Searched refs:aes_encrypt_init (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Daes-encblock.c32 ctx = aes_encrypt_init(key, 16);
H A Daes.h20 void * aes_encrypt_init(const u8 *key, size_t len);
H A Daes-ctr.c39 ctx = aes_encrypt_init(key, 16);
H A Daes-wrap.c44 ctx = aes_encrypt_init(kek, 16);
H A Daes-cbc.c37 ctx = aes_encrypt_init(key, 16);
H A Daes-omac1.c56 ctx = aes_encrypt_init(key, 16);
H A Daes-internal-enc.c98 void * aes_encrypt_init(const u8 *key, size_t len) function
H A Dcrypto.h112 * aes_encrypt_init - Initialize AES for encryption
117 void * aes_encrypt_init(const u8 *key, size_t len);
121 * @ctx: Context pointer from aes_encrypt_init()
129 * @ctx: Context pointer from aes_encrypt_init()
143 * @ctx: Context pointer from aes_encrypt_init()
151 * @ctx: Context pointer from aes_encrypt_init()
H A Dcrypto_nss.c144 void * aes_encrypt_init(const u8 *key, size_t len) function
H A Dcrypto_cryptoapi.c242 void * aes_encrypt_init(const u8 *key, size_t len) function
325 return aes_encrypt_init(key, len);
H A Dcrypto_gnutls.c97 void * aes_encrypt_init(const u8 *key, size_t len) function
H A Dcrypto_internal-cipher.c76 ctx->u.aes.ctx_enc = aes_encrypt_init(key, key_len);
H A Dcrypto_libtomcrypt.c91 void * aes_encrypt_init(const u8 *key, size_t len) function
H A Dcrypto_openssl.c210 void * aes_encrypt_init(const u8 *key, size_t len) function

Completed in 61 milliseconds