Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/ !
H A Desp_rijndael.c694 const bool gmac_only = (sav->alg_enc == SADB_X_EALG_AES_GMAC); in esp_gcm_schedule() local
707 if (implicit_iv && gmac_only) { in esp_gcm_schedule()
793 const bool gmac_only = (sav->alg_enc == SADB_X_EALG_AES_GMAC); in esp_gcm_encrypt_aes() local
809 if (implicit_iv && gmac_only) { in esp_gcm_encrypt_aes()
878 if (gmac_only) { in esp_gcm_encrypt_aes()
907 if (!gmac_only) { in esp_gcm_encrypt_aes()
952 const bool gmac_only = (sav->alg_enc == SADB_X_EALG_AES_GMAC); in esp_gcm_decrypt_aes() local
968 if (implicit_iv && gmac_only) { in esp_gcm_decrypt_aes()
1018 if (gmac_only) { in esp_gcm_decrypt_aes()
1047 if (!gmac_only) { in esp_gcm_decrypt_aes()
[all …]