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

/linux-master/drivers/crypto/bcm/
H A Dspu.h228 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
H A Dspu2.h179 u16 spu2_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
H A Dcipher.h363 bool is_hash);
H A Dspu.c400 * @is_hash: true if response message is for a hash operation
404 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash) argument
406 if (is_hash)
H A Dspu2.c821 * @is_hash: Unused
827 u16 spu2_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash) argument
/linux-master/fs/ceph/
H A Dmds_client.c1292 bool is_hash = test_bit(CEPH_MDS_R_DIRECT_IS_HASH, &req->r_req_flags); local
1352 is_hash = true;
1363 doutc(cl, "%p %llx.%llx is_hash=%d (0x%x) mode %d\n", inode,
1364 ceph_vinop(inode), (int)is_hash, hash, mode);
1367 if (is_hash && S_ISDIR(inode->i_mode)) {

Completed in 158 milliseconds