Source position: es.inc line 208
type _cert_ecdsa = packed record  | 
issuer: sig_issuer;  | 
cert_type: cuint32;  | 
cert_name: array [0..63] of cchar;  | 
cert_id: cuint32;  | 
r: array [0..29] of cuint8;  | 
s: array [0..29] of cuint8;  | 
pad: array [0..59] of cuint8;  | 
end;  |