Lines Matching defs:sign_global_t
167 struct sign_global_t { struct
169 const char *ver;
170 uint_fast64_t rsid;
171 int sg;
172 uint_fast64_t gbc;
173 struct signature_group_head SigGroups;
174 struct string_queue_head sig2_delims;
176 EVP_PKEY *privkey;
177 EVP_PKEY *pubkey;
178 char *pubkey_b64;
179 char keytype;
181 EVP_MD_CTX *mdctx; /* hashing context */
182 const EVP_MD *md; /* hashing method/algorithm */
183 unsigned md_len_b64; /* length of b64 hash value */
185 EVP_MD_CTX *sigctx; /* signature context */
186 const EVP_MD *sig; /* signature method/algorithm */
187 unsigned sig_len_b64; /* length of b64 signature */