Searched refs:sp_aligned (Results 1 – 1 of 1) sorted by relevance
161 u_int8_t *__bidi_indexable sp_aligned = NULL; in esp_cbc_decrypt_aes() local300 if (sp_aligned != NULL) { in esp_cbc_decrypt_aes()301 kfree_data(sp_aligned, MAX_REALIGN_LEN); in esp_cbc_decrypt_aes()302 sp_aligned = NULL; in esp_cbc_decrypt_aes()306 if (sp_aligned == NULL) { in esp_cbc_decrypt_aes()307 sp_aligned = (u_int8_t *)kalloc_data(MAX_REALIGN_LEN, Z_NOWAIT); in esp_cbc_decrypt_aes()308 if (sp_aligned == NULL) { in esp_cbc_decrypt_aes()316 sp = sp_aligned; in esp_cbc_decrypt_aes()349 if (sp_aligned != NULL) { in esp_cbc_decrypt_aes()350 kfree_data(sp_aligned, MAX_REALIGN_LEN); in esp_cbc_decrypt_aes()[all …]