Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/crypto/amcc/
Dcrypto4xx_alg.c78 ctx->is_hash = 0; in crypto4xx_encrypt()
92 ctx->is_hash = 0; in crypto4xx_decrypt()
156 ctx->is_hash = 0; in crypto4xx_setkey_aes()
192 ctx->is_hash = 1; in crypto4xx_hash_alg_init()
247 ctx->is_hash = 1; in crypto4xx_hash_init()
257 ctx->is_hash = 1; in crypto4xx_hash_update()
Dcrypto4xx_core.h131 u32 is_hash; member
Dcrypto4xx_core.c806 if (sg_is_last(dst) || ctx->is_hash) { in crypto4xx_build_pd()
859 if (iv_len || ctx->is_hash) { in crypto4xx_build_pd()
923 if (ctx->is_hash || sg_is_last(dst)) { in crypto4xx_build_pd()
934 if (ctx->is_hash) in crypto4xx_build_pd()
/linux-3.4.99/fs/ceph/
Dmds_client.c647 bool is_hash = req->r_direct_is_hash; in __choose_mds() local
688 is_hash = true; in __choose_mds()
692 dout("__choose_mds %p is_hash=%d (%d) mode %d\n", inode, (int)is_hash, in __choose_mds()
698 if (is_hash && S_ISDIR(inode->i_mode)) { in __choose_mds()