Searched refs:GCM_IV_SIZE (Results 1 – 2 of 2) sorted by relevance
35 #define GCM_IV_SIZE 12 macro149 memcpy(iv, req->iv, GCM_IV_SIZE); in gcm_crypt()150 put_unaligned_be32(2, iv + GCM_IV_SIZE); in gcm_crypt()246 .ivsize = GCM_IV_SIZE,
27 #define GCM_IV_SIZE 12 macro232 memcpy(iv, riv, GCM_IV_SIZE); in p10_aes_gcm_crypt()372 .ivsize = GCM_IV_SIZE,