Searched refs:crypto_digest_final (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_sign_kcf.c | 96 rv = crypto_digest_final(ctx, &out, 0); in smb_md5_final()
|
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/ |
H A D | hash_kef_generic.c | 73 rv = crypto_digest_final(ctxp, &d2, NULL); in k5_ef_hash()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_sign.c | 174 status = crypto_digest_final(crypto_ctx, &digest, 0); in smb_compute_MAC()
|
/titanic_44/usr/src/uts/common/crypto/api/ |
H A D | kcf_digest.c | 385 crypto_digest_final(crypto_context_t context, crypto_data_t *digest, in crypto_digest_final() function
|
/titanic_44/usr/src/uts/common/sys/crypto/ |
H A D | api.h | 82 extern int crypto_digest_final(crypto_context_t ctx, crypto_data_t *digest,
|
H A D | ioctl.h | 349 typedef struct crypto_digest_final { struct
|
/titanic_44/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 1062 NO_UNLOAD_STUB(kcf, crypto_digest_final, nomod_minus_one);
|
/titanic_44/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 1139 NO_UNLOAD_STUB(kcf, crypto_digest_final, nomod_minus_one);
|
/titanic_44/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 3126 final == crypto_digest_final); in common_final() 3413 return (common_final(dev, arg, mode, crypto_digest_final)); in digest_final()
|
H A D | dprov.c | 5482 error = crypto_digest_final(DPROV_CTX_SINGLE(ctx), in dprov_digest_task()
|