Searched defs:signer (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcrypto.c60 cipher_t signer; /* Cipher entry to sign the check sum */ member in struct:verifer_entry
220 cipher_proc signer, /* Routine to encrypt the integrity check */
245 return (signer(&buf, keys, ENCIPHER));
312 sig->dh_signature_len = cipher_pad(v->signer, v->size);
338 *size = v ? cipher_pad(v->signer, v->size) : 0;
380 * is null, the the v->signer->cipher routine will not be called
383 stat = (*v->msg)(&buf, mesg, v->signer->cipher, keys, sig);
412 cipher = QOP_table[qop].verifier->signer->cipher;
218 MD5_verifier(gss_buffer_t tok, gss_buffer_t msg, cipher_proc signer, dh_key_set_t keys, dh_signature_t signature ) argument
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c841 PKCS7_SIGNER_INFO *signer = NULL; local
884 /* verify each signer found in the PKCS7 signature */
886 signer = sk_PKCS7_SIGNER_INFO_value(sec_sinfos, k);
887 signer_cert = PKCS7_cert_from_signer_info(p7, signer);
895 ias = signer->issuer_and_serial;
974 i = PKCS7_signatureVerify(indata, p7, signer, issuer);
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c2516 X509 *signer; local
2518 if ((signer = ocsp_find_signer_sk(certs, rid))) {
2519 *psigner = signer;
2523 (signer = ocsp_find_signer_sk(bs->certs, rid))) {
2524 *psigner = signer;
2544 X509 *signer = NULL; local
2556 * If signer_cert is not NULL, we will use that as the signer cert.
2557 * Otherwise, we will check if the issuer cert is actually the signer.
2558 * If we still do not find a signer, we will look for it from the
2563 signer
[all...]

Completed in 124 milliseconds