Searched refs:sa_command_0 (Results 1 - 3 of 3) 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.c40 sa->sa_command_0.w = 0;
41 sa->sa_command_0.bf.save_hash_state = save_h;
42 sa->sa_command_0.bf.save_iv = save_iv;
43 sa->sa_command_0.bf.load_hash_state = ld_h;
44 sa->sa_command_0.bf.load_iv = ld_iv;
45 sa->sa_command_0.bf.hdr_proc = hdr_proc;
46 sa->sa_command_0.bf.hash_alg = h;
47 sa->sa_command_0.bf.cipher_alg = c;
48 sa->sa_command_0.bf.pad_type = pad_type & 3;
49 sa->sa_command_0
[all...]
H A Dcrypto4xx_sa.h90 union sa_command_0 { union
173 union sa_command_0 sa_command_0; member in struct:dynamic_sa_ctl
H A Dcrypto4xx_core.c593 if (sa->sa_command_0.bf.hash_alg == SA_HASH_ALG_SHA1) {
888 sa->sa_command_0.bf.gather = 1;
913 sa->sa_command_0.bf.gather = 0;
930 sa->sa_command_0.bf.scatter = 0;
941 sa->sa_command_0.bf.scatter = 1;

Completed in 107 milliseconds