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