Searched refs:crypto_digest_final (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_sign_kcf.c96 rv = crypto_digest_final(ctx, &out, 0);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/
H A Dhash_kef_generic.c73 rv = crypto_digest_final(ctxp, &d2, NULL);
75 * crypto_digest_final() internally destroys the context. So, we
81 KRB5_LOG(KRB5_ERR, "crypto_digest_final error: %0x", rv);
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_sign.c174 status = crypto_digest_final(crypto_ctx, &digest, 0);
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_digest.c367 * crypto_digest_final()
385 crypto_digest_final(crypto_context_t context, crypto_data_t *digest, function
453 * See comments for crypto_digest_update() and crypto_digest_final().
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dapi.h82 extern int crypto_digest_final(crypto_context_t ctx, crypto_data_t *digest,
H A Dioctl.h349 typedef struct crypto_digest_final { struct
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1141 NO_UNLOAD_STUB(kcf, crypto_digest_final, nomod_minus_one);
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.s1064 NO_UNLOAD_STUB(kcf, crypto_digest_final, nomod_minus_one);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c3055 * and crypto_digest_final structures are identical except for field names.
3126 final == crypto_digest_final);
3413 return (common_final(dev, arg, mode, crypto_digest_final));
H A Ddprov.c5482 error = crypto_digest_final(DPROV_CTX_SINGLE(ctx),

Completed in 116 milliseconds