Home | History | Annotate | Download | only in nbsvtool

Lines Matching defs:crypto_state

235 } crypto_state;
261 crypto_state.certificate = sk_X509_value(c, 0);
264 crypto_state.cert_chain = file_to_certs(chain_file);
271 crypto_state.private_key =
274 if (crypto_state.private_key == NULL)
277 ret = X509_check_private_key(crypto_state.certificate,
278 crypto_state.private_key);
374 sign_file(crypto_state.certificate,
375 crypto_state.private_key,
376 crypto_state.cert_chain,
409 verify_file(crypto_state.cert_chain, anchors, file, sigfile);