Searched refs:GCM_IV_SIZE (Results 1 – 1 of 1) sorted by relevance
31 #define GCM_IV_SIZE 12 macro360 memcpy(iv, req->iv, GCM_IV_SIZE); in gcm_encrypt()361 put_unaligned_be32(2, iv + GCM_IV_SIZE); in gcm_encrypt()439 put_unaligned_be32(1, iv + GCM_IV_SIZE); in gcm_encrypt()475 memcpy(iv, req->iv, GCM_IV_SIZE); in gcm_decrypt()476 put_unaligned_be32(2, iv + GCM_IV_SIZE); in gcm_decrypt()569 put_unaligned_be32(1, iv + GCM_IV_SIZE); in gcm_decrypt()582 .ivsize = GCM_IV_SIZE,