Searched refs:digestType (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DCryptoAlg.c32 mDNSexport mStatus DigestAlgInit(mDNSu8 digestType, AlgFuncs *func) argument
34 if (digestType >= DIGEST_TYPE_MAX)
36 LogMsg("DigestAlgInit: digestType %d exceeds bounds", digestType);
41 if (digestType != SHA1_DIGEST_TYPE &&
42 digestType != SHA256_DIGEST_TYPE)
44 LogMsg("DigestAlgInit: digestType %d not supported", digestType);
47 DigestAlgFuncs[digestType] = func;
H A DCryptoAlg.h49 mDNSexport mStatus DigestAlgInit(mDNSu8 digestType, AlgFuncs *func);
H A DmDNSEmbeddedAPI.h806 mDNSu8 digestType; variable
H A DDNSCommon.c534 DNSSECDigestName(rrds->digestType));
H A Duds_daemon.c5987 ta->rds.alg, ta->rds.digestType, ta->digestLen, fromTimeBuf, untilTimeBuf);
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.h118 int digestType,
H A Dsun_ima.c91 IMA_STATUS getNegotiatedDigest(int digestType,
2599 int digestType,
2608 if (digestType == ISCSI_LOGIN_PARAM_HEADER_DIGEST) {
2598 getNegotiatedDigest( int digestType, SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm, SUN_IMA_CONN_PROPERTIES *connProps) argument
H A Discsiadm_main.c249 IMA_STATUS getNegotiatedDigest(int digestType,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c188 unsigned char digestType; member in struct:__anon9
870 rrds->alg, swap16(rrds->keyTag), rrds->digestType);

Completed in 144 milliseconds