Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet6/
H A Desp_rijndael.c84 #define MAX_REALIGN_LEN 2000 macro
294 if (len > MAX_REALIGN_LEN) { in esp_cbc_decrypt_aes()
300 kfree_data(sp_aligned, MAX_REALIGN_LEN); in esp_cbc_decrypt_aes()
306 sp_aligned = (u_int8_t *)kalloc_data(MAX_REALIGN_LEN, Z_NOWAIT); in esp_cbc_decrypt_aes()
349 kfree_data(sp_aligned, MAX_REALIGN_LEN); in esp_cbc_decrypt_aes()
510 if (len > MAX_REALIGN_LEN) { in esp_cbc_encrypt_aes()
516 kfree_data(sp_aligned, MAX_REALIGN_LEN); in esp_cbc_encrypt_aes()
522 sp_aligned = (u_int8_t *)kalloc_data(MAX_REALIGN_LEN, Z_NOWAIT); in esp_cbc_encrypt_aes()
576 kfree_data(sp_aligned, MAX_REALIGN_LEN); in esp_cbc_encrypt_aes()