Searched refs:signer (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcrypto.c62 cipher_t signer; /* Cipher entry to sign the check sum */ member in struct:verifer_entry
230 cipher_proc signer, /* Routine to encrypt the integrity check */
255 return (signer(&buf, keys, ENCIPHER));
322 sig->dh_signature_len = cipher_pad(v->signer, v->size);
348 *size = v ? cipher_pad(v->signer, v->size) : 0;
390 * is null, the the v->signer->cipher routine will not be called
393 stat = (*v->msg)(&buf, mesg, v->signer->cipher, keys, sig);
422 cipher = QOP_table[qop].verifier->signer->cipher;
228 MD5_verifier(gss_buffer_t tok, gss_buffer_t msg, cipher_proc signer, dh_key_set_t keys, dh_signature_t signature ) argument
H A Dcrypto.h49 cipher_proc signer, dh_key_set_t keys, dh_signature_t signature);
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c2518 X509 *signer; local
2520 if ((signer = ocsp_find_signer_sk(certs, rid))) {
2521 *psigner = signer;
2525 (signer = ocsp_find_signer_sk(bs->certs, rid))) {
2526 *psigner = signer;
2546 X509 *signer = NULL; local
2558 * If signer_cert is not NULL, we will use that as the signer cert.
2559 * Otherwise, we will check if the issuer cert is actually the signer.
2560 * If we still do not find a signer, we will look for it from the
2565 signer
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgweb.c839 PKCS7_SIGNER_INFO *signer = NULL; local
882 /* verify each signer found in the PKCS7 signature */
884 signer = sk_PKCS7_SIGNER_INFO_value(sec_sinfos, k);
885 signer_cert = PKCS7_cert_from_signer_info(p7, signer);
893 ias = signer->issuer_and_serial;
971 i = PKCS7_signatureVerify(indata, p7, signer, issuer);

Completed in 29 milliseconds