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

/solaris-userland-s11u3/components/vim/
H A DMakefile62 # the desired revision, but not the .hg directory. Note that the digest will
71 digest=$$(digest -a sha256 $(COMPONENT_ARCHIVE)); \ macro
73 -e "s/^COMPONENT_ARCHIVE_HASH=.*/COMPONENT_ARCHIVE_HASH= sha256:$$digest/" \
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c996 ASN1_OCTET_STRING digest; local
1005 /* Encode the digest */
1038 sig.digest = &digest;
1039 sig.digest->data = (unsigned char *)m;
1040 sig.digest->length = m_len;
1117 ASN1_OCTET_STRING digest; local
1125 /* Encode the digest */
1157 sig.digest = &digest;
[all...]
H A De_pk11.c145 * Tables for symmetric ciphers and digest mechs found in the pkcs11_kernel
291 /* Symmetric cipher and digest support functions */
303 static int pk11_engine_digests(ENGINE *e, const EVP_MD **digest,
329 PK11_DIGEST *digest);
1109 * digest information is needed when setting default engine, this function
1246 * Disable digest if C_GetOperationState is not supported since
1247 * this function is required by OpenSSL digest copy function
2613 pk11_engine_digests(ENGINE *e, const EVP_MD **digest, argument
2616 if (!digest)
2622 *digest
3345 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...]

Completed in 2371 milliseconds