Searched refs:GCM_IV_SIZE (Results 1 – 2 of 2) sorted by relevance
35 #define GCM_IV_SIZE 12 macro154 memcpy(iv, req->iv, GCM_IV_SIZE); in gcm_crypt()155 put_unaligned_be32(2, iv + GCM_IV_SIZE); in gcm_crypt()251 .ivsize = GCM_IV_SIZE,
26 #define GCM_IV_SIZE 12 macro225 memcpy(iv, req->iv, GCM_IV_SIZE); in p10_aes_gcm_crypt()316 .ivsize = GCM_IV_SIZE,