Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/bcm/
H A Dspu2.h179 u16 spu2_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
H A Dspu.h227 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
H A Dcipher.h365 bool is_hash);
H A Dspu.c406 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash) in spum_response_hdr_len() argument
408 if (is_hash) in spum_response_hdr_len()
H A Dspu2.c824 u16 spu2_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash) in spu2_response_hdr_len() argument
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dmds_client.c1038 bool is_hash = test_bit(CEPH_MDS_R_DIRECT_IS_HASH, &req->r_req_flags); in __choose_mds() local
1096 is_hash = true; in __choose_mds()
1104 dout("%s %p is_hash=%d (0x%x) mode %d\n", __func__, inode, (int)is_hash, in __choose_mds()
1110 if (is_hash && S_ISDIR(inode->i_mode)) { in __choose_mds()