Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet6/
H A Desp_rijndael.c683 const bool gmac_only = (sav->alg_enc == SADB_X_EALG_AES_GMAC); in esp_gcm_schedule() local
695 if (implicit_iv && gmac_only) { in esp_gcm_schedule()
777 const bool gmac_only = (sav->alg_enc == SADB_X_EALG_AES_GMAC); in esp_gcm_encrypt_aes() local
793 if (implicit_iv && gmac_only) { in esp_gcm_encrypt_aes()
862 if (gmac_only) { in esp_gcm_encrypt_aes()
891 if (!gmac_only) { in esp_gcm_encrypt_aes()
936 const bool gmac_only = (sav->alg_enc == SADB_X_EALG_AES_GMAC); in esp_gcm_decrypt_aes() local
952 if (implicit_iv && gmac_only) { in esp_gcm_decrypt_aes()
1002 if (gmac_only) { in esp_gcm_decrypt_aes()
1031 if (!gmac_only) { in esp_gcm_decrypt_aes()
[all …]