Home
last modified time | relevance | path

Searched defs:aad_len (Results 1 - 25 of 44) sorted by relevance

12

/third_party/libwebsockets/lib/jose/jwe/enc/
H A Daesgcm.c53 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 Daescbc.c29 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 Dciphercommon_gcm_hw.c51 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 Dcipher_rc4_hmac_md5_hw.c165 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 Dcipher_aes_cbc_hmac_sha256_hw.c716 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 Dcipher_aes_cbc_hmac_sha1_hw.c663 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 Dciphercommon_gcm.c451 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 Dciphercommon_gcm_hw.c51 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 Dcipher_rc4_hmac_md5_hw.c165 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 Dciphercommon_gcm.c446 static int gcm_tls_init(PROV_GCM_CTX *dat, unsigned char *aad, size_t aad_len) in gcm_tls_init() argument
H A Dcipher_aes_cbc_hmac_sha256_hw.c716 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 Dcipher_aes_cbc_hmac_sha1_hw.c663 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 Daead_api.c18 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 Daead_api.c18 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 Daes-ccm.c28 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 Daes-gcm.c229 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 Daes-ccm.c28 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 Daes-gcm.c229 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 Dieee80211_crypt_ccmp.c96 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 Drtllib_crypt_ccmp.c92 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 Dlib80211_crypt_ccmp.c98 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 Dieee80211_crypt_ccmp.c96 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 Drtllib_crypt_ccmp.c90 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 Dlib80211_crypt_ccmp.c98 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 Dchachapoly.c143 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...]

Completed in 14 milliseconds

12