Searched refs:GCM_IV_SIZE (Results 1 – 2 of 2) 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,
27 #define GCM_IV_SIZE 12 macro232 memcpy(iv, riv, GCM_IV_SIZE); in p10_aes_gcm_crypt()372 .ivsize = GCM_IV_SIZE,