Searched defs:sig_in (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_auth.c580 * sig_in IN Data to be signed
581 * sig_in_len IN Length of sig_in
607 unsigned char *sig_in = NULL; local
626 dn, authiov, authiov_len, timestamp, &sig_in, &sig_in_len);
635 if ((ami_err = dld_ami_sign(amih, sig_in, sig_in_len, AMI_END_DATA,
693 if (sig_in) free(sig_in);
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c528 BIO *sig_in = NULL; local
580 if ((sig_in = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) {
586 if ((p7 = PEM_read_bio_PKCS7(sig_in,
598 if (sig_in)
599 (void) BIO_free(sig_in);

Completed in 62 milliseconds