Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/amcc/
Dcrypto4xx_alg.c79 ctx->is_hash = 0; in crypto4xx_encrypt()
93 ctx->is_hash = 0; in crypto4xx_decrypt()
157 ctx->is_hash = 0; in crypto4xx_setkey_aes()
193 ctx->is_hash = 1; in crypto4xx_hash_alg_init()
248 ctx->is_hash = 1; in crypto4xx_hash_init()
258 ctx->is_hash = 1; in crypto4xx_hash_update()
Dcrypto4xx_core.h131 u32 is_hash; member
Dcrypto4xx_core.c788 if (sg_is_last(dst) || ctx->is_hash) { in crypto4xx_build_pd()
841 if (iv_len || ctx->is_hash) { in crypto4xx_build_pd()
905 if (ctx->is_hash || sg_is_last(dst)) { in crypto4xx_build_pd()
916 if (ctx->is_hash) in crypto4xx_build_pd()
/linux-4.4.14/fs/ceph/
Dmds_client.c716 bool is_hash = req->r_direct_is_hash; in __choose_mds() local
757 is_hash = true; in __choose_mds()
762 dout("__choose_mds %p is_hash=%d (%d) mode %d\n", inode, (int)is_hash, in __choose_mds()
768 if (is_hash && S_ISDIR(inode->i_mode)) { in __choose_mds()