Searched refs:gmac_only (Results 1 – 1 of 1) sorted by relevance
694 const bool gmac_only = (sav->alg_enc == SADB_X_EALG_AES_GMAC); in esp_gcm_schedule() local707 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() local809 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() local968 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 …]