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

/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...]

Completed in 35 milliseconds