Home
last modified time | relevance | path

Searched refs:MAX_REALIGN_LEN (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.41.6/bsd/netinet6/
H A Desp_rijndael.c84 #define MAX_REALIGN_LEN 2000 macro
295 if (len > MAX_REALIGN_LEN) { in esp_cbc_decrypt_aes()
301 kfree_data(sp_aligned, MAX_REALIGN_LEN); in esp_cbc_decrypt_aes()
307 sp_aligned = (u_int8_t *)kalloc_data(MAX_REALIGN_LEN, Z_NOWAIT); in esp_cbc_decrypt_aes()
350 kfree_data(sp_aligned, MAX_REALIGN_LEN); in esp_cbc_decrypt_aes()
512 if (len > MAX_REALIGN_LEN) { in esp_cbc_encrypt_aes()
518 kfree_data(sp_aligned, MAX_REALIGN_LEN); in esp_cbc_encrypt_aes()
524 sp_aligned = (u_int8_t *)kalloc_data(MAX_REALIGN_LEN, Z_NOWAIT); in esp_cbc_encrypt_aes()
578 kfree_data(sp_aligned, MAX_REALIGN_LEN); in esp_cbc_encrypt_aes()