Home | History | Annotate | Download | only in lib21

Lines Matching full:guid

151 			static const struct vb2_guid guid = VB2_GUID_NONE_SHA1;
152 return &guid;
158 static const struct vb2_guid guid =
160 return &guid;
166 static const struct vb2_guid guid =
168 return &guid;
361 /* Skip signature if it doesn't match the key GUID */
362 if (memcmp(&sig->guid, key->guid, GUID_SIZE))
372 /* If we're still here, no signature matched the key GUID */