Searched refs:is_hash (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/crypto/bcm/ |
D | spu2.h | 190 u16 spu2_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
|
D | spu.h | 238 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
|
D | cipher.h | 376 bool is_hash);
|
D | spu.c | 424 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash) in spum_response_hdr_len() argument 426 if (is_hash) in spum_response_hdr_len()
|
D | spu2.c | 835 u16 spu2_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash) in spu2_response_hdr_len() argument
|
/Linux-v4.19/fs/ceph/ |
D | mds_client.c | 748 bool is_hash = test_bit(CEPH_MDS_R_DIRECT_IS_HASH, &req->r_req_flags); in __choose_mds() local 803 is_hash = true; in __choose_mds() 811 dout("__choose_mds %p is_hash=%d (%d) mode %d\n", inode, (int)is_hash, in __choose_mds() 817 if (is_hash && S_ISDIR(inode->i_mode)) { in __choose_mds()
|