Home
last modified time | relevance | path

Searched refs:crypto_digest_init (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb31_preauth.c90 rv = crypto_digest_init(mech, ctxp, NULL); in smb_sha512_init()
H A Dsmb_sign_kcf.c68 rv = crypto_digest_init(mech, ctxp, NULL); in smb_md5_init()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/
H A Dhash_kef_generic.c48 rv = crypto_digest_init(&mech, &ctxp, NULL); in k5_ef_hash()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dnsmb_sign_kcf.c67 rv = crypto_digest_init(mech, ctxp, NULL); in smb_md5_init()
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_digest.c272 crypto_digest_init(crypto_mechanism_t *mech, crypto_context_t *ctxp, in crypto_digest_init() function
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c740 crypto_digest_init(crypto_mechanism_t *mech, crypto_context_t *ctxp, in crypto_digest_init() 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/sparc/ml/
H A Dmodstubs.S1006 NO_UNLOAD_STUB(kcf, crypto_digest_init, nomod_minus_one);
/illumos-gate/usr/src/uts/intel/ml/
H A Dmodstubs.S876 NO_UNLOAD_STUB(kcf, crypto_digest_init, nomod_minus_one);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c3228 STRUCT_DECL(crypto_digest_init, digest_init); in digest_init()