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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c78 ctx->is_hash = 0;
92 ctx->is_hash = 0;
156 ctx->is_hash = 0;
192 ctx->is_hash = 1;
247 ctx->is_hash = 1;
257 ctx->is_hash = 1;
H A Dcrypto4xx_core.h131 u32 is_hash; member in struct:crypto4xx_ctx
H A Dcrypto4xx_core.c803 if (sg_is_last(dst) || ctx->is_hash) {
856 if (iv_len || ctx->is_hash) {
920 if (ctx->is_hash || sg_is_last(dst)) {
924 * In case of is_hash, the icv is always at end of src data.
931 if (ctx->is_hash)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest119.tcl189 if { [is_hash $method] == 1 } {
216 if { [is_hash $method] == 0 } {
225 if { [is_hash $method] == 1 } {
242 if { [is_hash $method] == 1 } {
H A Dtest017.tcl241 if { [is_hash $method] == 0 } {
246 if { [is_hash $method] } {
302 if { [is_hash [$db get_type]] } {
H A Dtest093.tcl27 } elseif { [is_hash $method] == 1 } {
195 if { [is_hash $method] == 1 } {
333 if { [is_hash $method] == 1 } {
H A Drep051.tcl33 if { [is_hash $method] == 1 || [is_queue $method] == 1 } {
H A Dsi007.tcl44 if { [is_btree $pmethod] || [is_hash $pmethod] } {
H A Drep012.tcl118 if { [is_btree $method] || [is_hash $method] } {
H A Drep024.tcl208 if { [is_hash $method] == 1 } {
H A Dsi001.tcl47 if { [is_btree $pmethod] || [is_hash $pmethod] } {
H A Dsi002.tcl39 if { [is_btree $pmethod] || [is_hash $pmethod] } {
H A Dsi003.tcl39 if { [is_btree $pmethod] || [is_hash $pmethod] } {
H A Dsi004.tcl39 if { [is_btree $pmethod] || [is_hash $pmethod] } {
H A Dsi005.tcl31 if { [is_btree $pmethod] || [is_hash $pmethod] } {
H A Dsi006.tcl41 if { [is_btree $pmethod] || [is_hash $pmethod] } {
H A Dsi008.tcl44 if { [is_btree $pmethod] || [is_hash $pmethod] } {
H A Dtest006.tcl23 if { [is_btree $method] == 1 || [is_hash $method] == 1 } {
H A Dtest094.tcl21 if { [is_btree $method] != 1 && [is_hash $method] != 1 } {
H A Dtest112.tcl24 if { [is_hash $method] == 1 || [is_queue $method] == 1 } {
H A Dtest117.tcl22 if { [is_hash $method] == 1 || [is_queue $method] == 1 } {
H A Dtest111.tcl19 if { [is_hash $method] == 1 || [is_queue $method] == 1 } {
H A Dtest114.tcl21 if { [is_hash $method] == 1 || [is_queue $method] == 1 } {
H A Dtestutils.tcl2546 proc is_hash { method } { procedure
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmds_client.c579 bool is_hash = req->r_direct_is_hash; local
619 is_hash = true;
623 dout("__choose_mds %p is_hash=%d (%d) mode %d\n", inode, (int)is_hash,
629 if (is_hash && S_ISDIR(inode->i_mode)) {

Completed in 212 milliseconds