| /third_party/libwebsockets/lib/jose/jwe/enc/ |
| H A D | aesgcm.c | 53 lws_jwe_encrypt_gcm(struct lws_jwe *jwe, uint8_t *enc_cek, uint8_t *aad, int aad_len) lws_jwe_encrypt_gcm() argument 117 lws_jwe_auth_and_decrypt_gcm(struct lws_jwe *jwe, uint8_t *enc_cek, uint8_t *aad, int aad_len) lws_jwe_auth_and_decrypt_gcm() argument
|
| H A D | aescbc.c | 29 lws_jwe_encrypt_cbc_hs(struct lws_jwe *jwe, uint8_t *cek, uint8_t *aad, int aad_len) lws_jwe_encrypt_cbc_hs() argument 162 lws_jwe_auth_and_decrypt_cbc_hs(struct lws_jwe *jwe, uint8_t *enc_cek, uint8_t *aad, int aad_len) lws_jwe_auth_and_decrypt_cbc_hs() argument
|
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| H A D | ciphercommon_gcm_hw.c | 51 int ossl_gcm_one_shot(PROV_GCM_CTX *ctx, unsigned char *aad, size_t aad_len, in ossl_gcm_one_shot() argument 20 ossl_gcm_aad_update(PROV_GCM_CTX *ctx, const unsigned char *aad, size_t aad_len) ossl_gcm_aad_update() argument
|
| H A D | cipher_rc4_hmac_md5_hw.c | 165 cipher_hw_rc4_hmac_md5_tls_init(PROV_CIPHER_CTX *bctx, unsigned char *aad, size_t aad_len) cipher_hw_rc4_hmac_md5_tls_init() argument
|
| H A D | cipher_aes_cbc_hmac_sha256_hw.c | 716 aesni_cbc_hmac_sha256_set_tls1_aad(void *vctx, unsigned char *aad_rec, int aad_len) aesni_cbc_hmac_sha256_set_tls1_aad() argument [all...] |
| H A D | cipher_aes_cbc_hmac_sha1_hw.c | 663 aesni_cbc_hmac_sha1_set_tls1_aad(void *vctx, unsigned char *aad_rec, int aad_len) aesni_cbc_hmac_sha1_set_tls1_aad() argument [all...] |
| H A D | ciphercommon_gcm.c | 451 static int gcm_tls_init(PROV_GCM_CTX *dat, unsigned char *aad, size_t aad_len) in gcm_tls_init() argument
|
| /third_party/openssl/providers/implementations/ciphers/ |
| H A D | ciphercommon_gcm_hw.c | 51 int ossl_gcm_one_shot(PROV_GCM_CTX *ctx, unsigned char *aad, size_t aad_len, in ossl_gcm_one_shot() argument 20 ossl_gcm_aad_update(PROV_GCM_CTX *ctx, const unsigned char *aad, size_t aad_len) ossl_gcm_aad_update() argument
|
| H A D | cipher_rc4_hmac_md5_hw.c | 165 cipher_hw_rc4_hmac_md5_tls_init(PROV_CIPHER_CTX *bctx, unsigned char *aad, size_t aad_len) cipher_hw_rc4_hmac_md5_tls_init() argument
|
| H A D | ciphercommon_gcm.c | 446 static int gcm_tls_init(PROV_GCM_CTX *dat, unsigned char *aad, size_t aad_len) in gcm_tls_init() argument
|
| H A D | cipher_aes_cbc_hmac_sha256_hw.c | 716 aesni_cbc_hmac_sha256_set_tls1_aad(void *vctx, unsigned char *aad_rec, int aad_len) aesni_cbc_hmac_sha256_set_tls1_aad() argument [all...] |
| H A D | cipher_aes_cbc_hmac_sha1_hw.c | 663 aesni_cbc_hmac_sha1_set_tls1_aad(void *vctx, unsigned char *aad_rec, int aad_len) aesni_cbc_hmac_sha1_set_tls1_aad() argument [all...] |
| /kernel/linux/linux-5.10/net/mac80211/ |
| H A D | aead_api.c | 18 int aead_encrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, size_t aad_len, in aead_encrypt() argument 50 int aead_decrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, size_t aad_len, in aead_decrypt() argument
|
| /kernel/linux/linux-6.6/net/mac80211/ |
| H A D | aead_api.c | 18 int aead_encrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, size_t aad_len, in aead_encrypt() argument 50 int aead_decrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, size_t aad_len, in aead_decrypt() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | aes-ccm.c | 28 aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, const u8 *aad, size_t aad_len, size_t plain_len, u8 *x) aes_ccm_auth_start() argument 148 aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) aes_ccm_ae() argument 178 aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) aes_ccm_ad() argument [all...] |
| H A D | aes-gcm.c | 229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument 254 aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag) aes_gcm_ae() argument 288 aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain) aes_gcm_ad() argument 322 aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *aad, size_t aad_len, u8 *tag) aes_gmac() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | aes-ccm.c | 28 aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, const u8 *aad, size_t aad_len, size_t plain_len, u8 *x) aes_ccm_auth_start() argument 148 aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) aes_ccm_ae() argument 178 aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) aes_ccm_ad() argument [all...] |
| H A D | aes-gcm.c | 229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument 254 aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag) aes_gcm_ae() argument 288 aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain) aes_gcm_ad() argument 322 aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *aad, size_t aad_len, u8 *tag) aes_gmac() argument
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
| H A D | ieee80211_crypt_ccmp.c | 96 size_t aad_len; in ccmp_init_iv_and_aad() local 200 int aad_len, ret; in ieee80211_ccmp_encrypt() local 287 int aad_len, re in ieee80211_ccmp_decrypt() local [all...] |
| /kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
| H A D | rtllib_crypt_ccmp.c | 92 size_t aad_len; in ccmp_init_iv_and_aad() local 193 int aad_len, ret; in rtllib_ccmp_encrypt() local 278 int aad_len, re in rtllib_ccmp_decrypt() local [all...] |
| /kernel/linux/linux-5.10/net/wireless/ |
| H A D | lib80211_crypt_ccmp.c | 98 size_t aad_len; in ccmp_init_iv_and_aad() local 198 int len, data_len, aad_len; in lib80211_ccmp_encrypt() local 264 int aad_len, re in lib80211_ccmp_decrypt() local [all...] |
| /kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
| H A D | ieee80211_crypt_ccmp.c | 96 size_t aad_len; in ccmp_init_iv_and_aad() local 202 int aad_len, ret; in ieee80211_ccmp_encrypt() local 289 int aad_len, re in ieee80211_ccmp_decrypt() local [all...] |
| /kernel/linux/linux-6.6/drivers/staging/rtl8192e/ |
| H A D | rtllib_crypt_ccmp.c | 90 size_t aad_len; in ccmp_init_iv_and_aad() local 191 int aad_len, ret; in rtllib_ccmp_encrypt() local 275 int aad_len, re in rtllib_ccmp_decrypt() local [all...] |
| /kernel/linux/linux-6.6/net/wireless/ |
| H A D | lib80211_crypt_ccmp.c | 98 size_t aad_len; in ccmp_init_iv_and_aad() local 198 int len, data_len, aad_len; in lib80211_ccmp_encrypt() local 264 int aad_len, re in lib80211_ccmp_decrypt() local [all...] |
| /third_party/mbedtls/library/ |
| H A D | chachapoly.c | 143 mbedtls_chachapoly_update_aad(mbedtls_chachapoly_context *ctx, const unsigned char *aad, size_t aad_len) mbedtls_chachapoly_update_aad() argument 244 chachapoly_crypt_and_tag(mbedtls_chachapoly_context *ctx, mbedtls_chachapoly_mode_t mode, size_t length, const unsigned char nonce[12], const unsigned char *aad, size_t aad_len, const unsigned char *input, unsigned char *output, unsigned char tag[16]) chachapoly_crypt_and_tag() argument 277 mbedtls_chachapoly_encrypt_and_tag(mbedtls_chachapoly_context *ctx, size_t length, const unsigned char nonce[12], const unsigned char *aad, size_t aad_len, const unsigned char *input, unsigned char *output, unsigned char tag[16]) mbedtls_chachapoly_encrypt_and_tag() argument 291 mbedtls_chachapoly_auth_decrypt(mbedtls_chachapoly_context *ctx, size_t length, const unsigned char nonce[12], const unsigned char *aad, size_t aad_len, const unsigned char tag[16], const unsigned char *input, unsigned char *output) mbedtls_chachapoly_auth_decrypt() argument [all...] |