Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Desp_rijndael.c162 int scutoff; in esp_cbc_decrypt_aes() local
217 scutoff = sn; in esp_cbc_decrypt_aes()
344 scut->m_len = scutoff; in esp_cbc_decrypt_aes()
378 int scutoff; in esp_cbc_encrypt_aes() local
433 scutoff = sn; in esp_cbc_encrypt_aes()
571 scut->m_len = scutoff; in esp_cbc_encrypt_aes()
692 int scutoff; in esp_gcm_encrypt_aes() local
788 scutoff = sn; in esp_gcm_encrypt_aes()
907 scut->m_len = scutoff; in esp_gcm_encrypt_aes()
937 int scutoff; in esp_gcm_decrypt_aes() local
[all …]
H A Desp_core.c703 int scutoff; in esp_cbc_decrypt() local
801 scutoff = sn; in esp_cbc_decrypt()
910 scut->m_len = scutoff; in esp_cbc_decrypt()
941 int scutoff; in esp_cbc_encrypt() local
1046 scutoff = sn; in esp_cbc_encrypt()
1150 scut->m_len = scutoff; in esp_cbc_encrypt()