| /freebsd-13.1/contrib/wpa/src/crypto/ |
| 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() 256 const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag) in aes_gcm_ae() 290 const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain) in aes_gcm_ad() 323 const u8 *aad, size_t aad_len, u8 *tag) in aes_gmac()
|
| H A D | aes-ccm.c | 29 const u8 *aad, size_t aad_len, size_t plain_len, in aes_ccm_auth_start() 150 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae() 180 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) in aes_ccm_ad()
|
| /freebsd-13.1/tools/tools/crypto/ |
| H A D | cryptocheck.c | 864 const char *aad, size_t aad_len, const char *input, char *output, in ocf_eta() 904 run_eta_test(const struct alg *alg, size_t aad_len, size_t size) in run_eta_test() 1235 size_t aad_len, const char *input, char *output, size_t size, char *tag) in openssl_aead_encrypt() 1284 const char *key, const char *iv, const char *aad, size_t aad_len, in openssl_aead_decrypt() 1329 size_t aad_len, const char *input, char *output, size_t size, char *tag) in openssl_ccm_encrypt() 1410 const char *aad, size_t aad_len, const char *input, char *output, in ocf_aead() 1463 run_aead_test(const struct alg *alg, size_t aad_len, size_t size, in run_aead_test() 1594 run_test(const struct alg *alg, size_t aad_len, size_t size, size_t iv_len) in run_test()
|
| /freebsd-13.1/contrib/bearssl/src/symcipher/ |
| H A D | poly1305_i15.c | 130 void *data, size_t len, const void *aad, size_t aad_len, in br_poly1305_i15_run()
|
| H A D | poly1305_ctmul32.c | 167 void *data, size_t len, const void *aad, size_t aad_len, in br_poly1305_ctmul32_run()
|
| H A D | poly1305_ctmul.c | 149 void *data, size_t len, const void *aad, size_t aad_len, in br_poly1305_ctmul_run()
|
| H A D | poly1305_ctmulq.c | 317 void *data, size_t len, const void *aad, size_t aad_len, in br_poly1305_ctmulq_run()
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zio_crypt.c | 446 uint_t enc_len, keydata_len, aad_len; in zio_crypt_key_wrap() local 527 uint_t enc_len, keydata_len, aad_len; in zio_crypt_key_unwrap() local 957 zio_crypt_bp_do_aad_updates(uint8_t **aadp, uint_t *aad_len, uint64_t version, in zio_crypt_bp_do_aad_updates() 1275 uint_t aad_len = 0, total_len = 0; in zio_crypt_init_uios_zil() local 1429 uint_t aad_len = 0, total_len = 0; in zio_crypt_init_uios_dnode() local
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | qat_crypt.c | 157 Cpa64U crypt, Cpa32U aad_len) in qat_init_crypt_session_ctx() 294 uint8_t *aad_buf, uint32_t aad_len, uint8_t *iv_buf, uint8_t *digest_buf, in qat_crypt()
|
| H A D | zio_crypt.c | 486 uint_t enc_len, keydata_len, aad_len; in zio_crypt_key_wrap() local 556 uint_t enc_len, keydata_len, aad_len; in zio_crypt_key_unwrap() local 1031 zio_crypt_bp_do_aad_updates(uint8_t **aadp, uint_t *aad_len, uint64_t version, in zio_crypt_bp_do_aad_updates() 1404 uint_t aad_len = 0, nr_iovecs = 0, total_len = 0; in zio_crypt_init_uios_zil() local 1598 uint_t aad_len = 0, nr_iovecs = 0, total_len = 0; in zio_crypt_init_uios_dnode() local
|
| /freebsd-13.1/contrib/bearssl/src/aead/ |
| H A D | ccm.c | 59 uint64_t aad_len, uint64_t data_len, size_t tag_len) in br_ccm_reset()
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | mesh_rsn.c | 540 const size_t aad_len[] = { ETH_ALEN, ETH_ALEN, ie - cat }; in mesh_rsn_protect_frame() local 640 const size_t aad_len[] = { ETH_ALEN, ETH_ALEN, in mesh_rsn_process_ampe() local
|
| /freebsd-13.1/tests/sys/kern/ |
| H A D | ktls_test.c | 221 size_t aad_len, const void *buffer, size_t len, const void *digest) in verify_hash() 267 const void *aad, size_t aad_len, const char *input, char *output, in aead_encrypt() 329 const void *aad, size_t aad_len, const char *input, char *output, in aead_decrypt()
|
| /freebsd-13.1/contrib/wpa/src/ap/ |
| H A D | wpa_auth.c | 1600 size_t aad_len[1]; in __wpa_send_eapol() local 2430 size_t aad_len[1]; in wpa_aead_decrypt() local 2580 size_t aad_len[5]; in fils_decrypt_assoc() local 2670 size_t aad_len[5]; in fils_encrypt_assoc() local
|
| /freebsd-13.1/contrib/bearssl/test/ |
| H A D | test_crypto.c | 5118 size_t len, aad_len; in test_Poly1305_inner() local 7458 size_t key_len, plain_len, aad_len, iv_len; in test_GCM() local 7690 size_t plain_len, key_len, nonce_len, aad_len; in test_EAX_inner() local 7960 size_t plain_len, key_len, nonce_len, aad_len, tag_len; in test_CCM_inner() local
|
| /freebsd-13.1/sys/opencrypto/ |
| H A D | cryptodev.c | 789 cod_alloc(struct csession *cse, size_t aad_len, size_t len) in cod_alloc()
|
| /freebsd-13.1/contrib/wpa/src/rsn_supp/ |
| H A D | wpa.c | 107 size_t aad_len[1]; in wpa_eapol_key_send() local 2404 size_t aad_len[1]; in wpa_supp_aead_decrypt() local
|
| /freebsd-13.1/sys/dev/cxgbe/crypto/ |
| H A D | t4_crypto.c | 1594 u_int aad_len, b0_len, hash_size_in_response, imm_len; in ccr_ccm() local
|