/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | mic.c | 77 return crypto_hash_digest(&desc, sg, data_len + sizeof(hdr), in orinoco_mic()
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 222 err = crypto_hash_digest(&desc, sg, crypto_hash_digestsize(md5), in make_checksum_hmac_md5() 885 err = crypto_hash_digest(&desc, sg, 4, Kseq); in krb5_rc4_setup_seq_key() 896 err = crypto_hash_digest(&desc, sg, 8, Kseq); in krb5_rc4_setup_seq_key() 953 err = crypto_hash_digest(&desc, sg, 4, Kcrypt); in krb5_rc4_setup_enc_key() 969 err = crypto_hash_digest(&desc, sg, 4, Kcrypt); in krb5_rc4_setup_enc_key()
|
D | gss_krb5_mech.c | 463 err = crypto_hash_digest(&desc, sg, slen, ctx->cksum); in context_derive_keys_rc4()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-crypto.c | 117 err = crypto_hash_digest(&hdesc, &sl, sl.length, hash); in cfs_crypto_hash_digest()
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_mppe.c | 154 crypto_hash_digest(&desc, sg, nbytes, state->sha1_digest); in get_new_key_from_sha()
|
/linux-4.4.14/crypto/ |
D | tcrypt.c | 567 ret = crypto_hash_digest(desc, sg, blen, out); in test_hash_jiffies_digest() 621 ret = crypto_hash_digest(desc, sg, blen, out); in test_hash_cycles_digest() 632 ret = crypto_hash_digest(desc, sg, blen, out); in test_hash_cycles_digest()
|
/linux-4.4.14/Documentation/crypto/ |
D | api-intro.txt | 70 if (crypto_hash_digest(&desc, sg, 2, result))
|
/linux-4.4.14/net/sctp/ |
D | auth.c | 754 crypto_hash_digest(&desc, &sg, sg.length, digest); in sctp_auth_calculate_hmac()
|
D | sm_make_chunk.c | 1675 crypto_hash_digest(&desc, &sg, bodysize, cookie->signature)) in sctp_pack_cookie() 1743 crypto_hash_digest(&desc, &sg, bodysize, digest)) { in sctp_unpack_cookie()
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_tkip.c | 524 return crypto_hash_digest(&desc, sg, data_len + 16, mic); in michael_mic()
|
/linux-4.4.14/net/wireless/ |
D | lib80211_crypt_tkip.c | 527 return crypto_hash_digest(&desc, sg, data_len + 16, mic); in michael_mic()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_crypt_tkip.c | 522 return crypto_hash_digest(&desc, sg, data_len + 16, mic); in michael_mic()
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 1783 static inline int crypto_hash_digest(struct hash_desc *desc, in crypto_hash_digest() function
|
/linux-4.4.14/drivers/scsi/ |
D | libiscsi_tcp.c | 319 crypto_hash_digest(hash, &sg, hdrlen, digest); in iscsi_tcp_dgst_header()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4recover.c | 129 status = crypto_hash_digest(&desc, &sg, sg.length, cksum.data); in nfs4_make_rec_clidname()
|
/linux-4.4.14/drivers/md/ |
D | dm-crypt.c | 275 err = crypto_hash_digest(&desc, &sg, cc->key_size, essiv->salt); in crypt_iv_essiv_init()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_receiver.c | 4995 rv = crypto_hash_digest(&desc, &sg, sg.length, response); in drbd_do_auth() 5045 rv = crypto_hash_digest(&desc, &sg, sg.length, right_response); in drbd_do_auth()
|