Home
last modified time | relevance | path

Searched defs:aes (Results 1 – 25 of 29) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Daes-ccm.c28 static void aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, in aes_ccm_auth_start()
64 static void aes_ccm_auth(void *aes, const u8 *data, size_t len, u8 *x) in aes_ccm_auth()
92 static void aes_ccm_encr(void *aes, size_t L, const u8 *in, size_t len, u8 *out, in aes_ccm_encr()
117 static void aes_ccm_encr_auth(void *aes, size_t M, u8 *x, u8 *a, u8 *auth) in aes_ccm_encr_auth()
132 static void aes_ccm_decr_auth(void *aes, size_t M, u8 *a, const u8 *auth, u8 *t) in aes_ccm_decr_auth()
153 void *aes; in aes_ccm_ae() local
183 void *aes; in aes_ccm_ad() local
Daes-gcm.c143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()
177 void *aes; in aes_gcm_init_hash_subkey() local
215 static void aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, in aes_gcm_gctr()
261 void *aes; in aes_gcm_ae() local
295 void *aes; in aes_gcm_ad() local
Dcrypto_internal-cipher.c29 } aes; member
Dcrypto_wolfssl.c310 Aes *aes; in aes_encrypt_init() local
343 Aes *aes; in aes_decrypt_init() local
376 Aes aes; in aes_128_cbc_encrypt() local
395 Aes aes; in aes_128_cbc_decrypt() local
471 Aes aes; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Daes-ccm.c28 static void aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, in aes_ccm_auth_start()
64 static void aes_ccm_auth(void *aes, const u8 *data, size_t len, u8 *x) in aes_ccm_auth()
92 static void aes_ccm_encr(void *aes, size_t L, const u8 *in, size_t len, u8 *out, in aes_ccm_encr()
117 static void aes_ccm_encr_auth(void *aes, size_t M, u8 *x, u8 *a, u8 *auth) in aes_ccm_encr_auth()
132 static void aes_ccm_decr_auth(void *aes, size_t M, u8 *a, const u8 *auth, u8 *t) in aes_ccm_decr_auth()
153 void *aes; in aes_ccm_ae() local
183 void *aes; in aes_ccm_ad() local
Daes-gcm.c143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()
177 void *aes; in aes_gcm_init_hash_subkey() local
215 static void aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, in aes_gcm_gctr()
261 void *aes; in aes_gcm_ae() local
295 void *aes; in aes_gcm_ad() local
Dcrypto_internal-cipher.c29 } aes; member
Dcrypto_wolfssl.c310 Aes *aes; in aes_encrypt_init() local
343 Aes *aes; in aes_decrypt_init() local
376 Aes aes; in aes_128_cbc_encrypt() local
395 Aes aes; in aes_128_cbc_decrypt() local
471 Aes aes; member
/third_party/ffmpeg/libavformat/
Dsrtp.c41 static void encrypt_counter(struct AVAES *aes, uint8_t *iv, uint8_t *outbuf, in encrypt_counter()
54 static void derive_key(struct AVAES *aes, const uint8_t *salt, int label, in derive_key()
Dsrtp.h31 struct AVAES *aes; member
/third_party/openssl/demos/mac/
Dpoly1305.c87 EVP_CIPHER *aes = NULL; in main() local
/third_party/mbedtls/programs/pkey/
Ddh_client.c88 mbedtls_aes_context aes; in main() local
Ddh_server.c88 mbedtls_aes_context aes; in main() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dsystem_cipher.js52 aes: function (...args) { method
/third_party/node/test/parallel/
Dtest-https-resume-after-renew.js20 const aes = Buffer.alloc(16, 'S'); constant
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dmod.rs34 mod aes; module
/third_party/ffmpeg/libavutil/
Daes_ctr.c30 struct AVAES* aes; member
/third_party/pulseaudio/src/modules/raop/
Draop-crypto.c63 AES_KEY aes; /* AES encryption */ member
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dlib.rs76 mod aes; module
/third_party/rust/crates/rust-openssl/openssl/src/
Dlib.rs138 pub mod aes; module
/third_party/ffmpeg/tools/
Dcrypto_bench.c116 static struct AVAES *aes; in run_lavu_aes128() local
226 AES_KEY aes; in DEFINE_CRYPTO_WRAPPER() local
477 symmetric_key aes; in DEFINE_TOMCRYPT_WRAPPER() local
/third_party/gstreamer/gstplugins_bad/ext/
Dmeson.build1 subdir('aes') subdir
/third_party/gstreamer/gstplugins_bad/
Dmeson_options.txt79 option('aes', type : 'feature', value : 'auto', description : 'AES encryption/decryption plugin') feature
/third_party/mbedtls/programs/test/
Dbenchmark.c719 mbedtls_aes_context aes; in main() local
/third_party/mbedtls/library/
Dcipher_wrap.c204 mbedtls_aes_context *aes = mbedtls_calloc( 1, sizeof( mbedtls_aes_context ) ); in aes_ctx_alloc() local

12