Searched refs:GCM_IV_SIZE (Results 1 – 1 of 1) sorted by relevance
35 #define GCM_IV_SIZE 12 macro147 memcpy(iv, req->iv, GCM_IV_SIZE); in gcm_crypt()148 put_unaligned_be32(2, iv + GCM_IV_SIZE); in gcm_crypt()228 .ivsize = GCM_IV_SIZE,