Home
last modified time | relevance | path

Searched refs:is_hash (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/crypto/bcm/
Dspu2.h179 u16 spu2_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
Dspu.h227 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
Dcipher.h363 bool is_hash);
Dspu.c410 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash) in spum_response_hdr_len() argument
412 if (is_hash) in spum_response_hdr_len()
Dspu2.c824 u16 spu2_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash) in spu2_response_hdr_len() argument
/Linux-v5.4/fs/ceph/
Dmds_client.c887 bool is_hash = test_bit(CEPH_MDS_R_DIRECT_IS_HASH, &req->r_req_flags); in __choose_mds() local
942 is_hash = true; in __choose_mds()
950 dout("__choose_mds %p is_hash=%d (%d) mode %d\n", inode, (int)is_hash, in __choose_mds()
956 if (is_hash && S_ISDIR(inode->i_mode)) { in __choose_mds()