/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | aes-ccm.c | 28 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
|
D | aes-gcm.c | 143 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
|
D | crypto_internal-cipher.c | 29 } aes; member
|
D | crypto_wolfssl.c | 310 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/ |
D | aes-ccm.c | 28 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
|
D | aes-gcm.c | 143 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
|
D | crypto_internal-cipher.c | 29 } aes; member
|
D | crypto_wolfssl.c | 310 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/ |
D | srtp.c | 41 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()
|
D | srtp.h | 31 struct AVAES *aes; member
|
/third_party/openssl/demos/mac/ |
D | poly1305.c | 87 EVP_CIPHER *aes = NULL; in main() local
|
/third_party/mbedtls/programs/pkey/ |
D | dh_client.c | 88 mbedtls_aes_context aes; in main() local
|
D | dh_server.c | 88 mbedtls_aes_context aes; in main() local
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | system_cipher.js | 52 aes: function (...args) { method
|
/third_party/node/test/parallel/ |
D | test-https-resume-after-renew.js | 20 const aes = Buffer.alloc(16, 'S'); constant
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | mod.rs | 34 mod aes; module
|
/third_party/ffmpeg/libavutil/ |
D | aes_ctr.c | 30 struct AVAES* aes; member
|
/third_party/pulseaudio/src/modules/raop/ |
D | raop-crypto.c | 63 AES_KEY aes; /* AES encryption */ member
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
D | lib.rs | 76 mod aes; module
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | lib.rs | 138 pub mod aes; module
|
/third_party/ffmpeg/tools/ |
D | crypto_bench.c | 116 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/ |
D | meson.build | 1 subdir('aes') subdir
|
/third_party/gstreamer/gstplugins_bad/ |
D | meson_options.txt | 79 option('aes', type : 'feature', value : 'auto', description : 'AES encryption/decryption plugin') feature
|
/third_party/mbedtls/programs/test/ |
D | benchmark.c | 719 mbedtls_aes_context aes; in main() local
|
/third_party/mbedtls/library/ |
D | cipher_wrap.c | 204 mbedtls_aes_context *aes = mbedtls_calloc( 1, sizeof( mbedtls_aes_context ) ); in aes_ctx_alloc() local
|