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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_sign_kcf.c56 rv = crypto_digest_init(mech, ctxp, NULL);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/
H A Dhash_kef_generic.c50 rv = crypto_digest_init(&mech, &ctxp, NULL);
52 KRB5_LOG(KRB5_ERR, "crypto_digest_init error: %0x", rv);
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_sign.c131 status = crypto_digest_init(&crypto_mech_md5, &crypto_ctx, 0);
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_digest.c272 crypto_digest_init(crypto_mechanism_t *mech, crypto_context_t *ctxp, function
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dapi.h76 extern int crypto_digest_init(crypto_mechanism_t *mech, crypto_context_t *ctxp,
H A Dioctl.h330 typedef struct crypto_digest_init { struct
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1138 NO_UNLOAD_STUB(kcf, crypto_digest_init, nomod_minus_one);
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.s1061 NO_UNLOAD_STUB(kcf, crypto_digest_init, nomod_minus_one);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c3188 STRUCT_DECL(crypto_digest_init, digest_init);

Completed in 118 milliseconds