Searched refs:digest (Results 1 - 8 of 8) sorted by relevance

/solaris-userland/components/pam_pkcs11/
H A Dpam_pkcs11.conf104 # digest - Certificate digest to login (mapfile based) mapper
112 # use_mappers = digest, cn, pwent, uid, mail, subject, null;
270 # digest - elaborate certificate digest and map it into a file
271 mapper digest {
274 # algorithm used to evaluate certificate digest
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c273 /* Symmetric cipher and digest support functions */
285 static int pk11_engine_digests(ENGINE *e, const EVP_MD **digest,
319 PK11_DIGEST *digest);
1105 * digest information is needed when setting default engine, this function
1232 * Disable digest if C_GetOperationState is not supported since
1233 * this function is required by OpenSSL digest copy function
2552 pk11_engine_digests(ENGINE *e, const EVP_MD **digest, argument
2555 if (!digest) {
2561 *digest = &pk11_md5;
2574 *digest
3240 pk11_get_digest(CK_FUNCTION_LIST_PTR pflist, int slot_id, int *current_slot_n_digest, int *local_digest_nids, PK11_DIGEST *digest) argument
[all...]
H A De_pk11_pub.c988 ASN1_OCTET_STRING digest; local
997 /* Encode the digest */
1024 sig.digest = &digest;
1025 sig.digest->data = (unsigned char *)m;
1026 sig.digest->length = m_len;
1098 ASN1_OCTET_STRING digest; local
1106 /* Encode the digest */
1132 sig.digest = &digest;
[all...]
/solaris-userland/components/squid/
H A DMakefile76 CONFIGURE_OPTIONS += --enable-auth-digest='file,LDAP'
/solaris-userland/make-rules/
H A Dprep-svn.mk61 SVN_HASH=$$$$(digest -a sha256 $$@) && \
H A Dprep-hg.mk75 HG_HASH=$$$$(digest -a sha256 $$@) && \
H A Dprep-git.mk109 ( GIT_HASH=$$$$(digest -a sha256 $$@) && \
/solaris-userland/components/openssl/openssl-default/
H A DMakefile277 crypto/evp/digest.o crypto/evp/e_aes.o crypto/evp/e_aes_cbc_hmac_sha1.o \

Completed in 28 milliseconds