s0                 56 crypto/sha256_generic.c 	W[I] = s1(W[I-2]) + W[I-7] + s0(W[I-15]) + W[I-16];
s0                 88 crypto/sha512_generic.c 	W[I] = s1(W[I-2]) + W[I-7] + s0(W[I-15]) + W[I-16];
s0                 26 include/video/newport.h 	struct { volatile unsigned short s0, s1; } byshort;
s0                215 net/dccp/ccids/lib/packet_history.c 	u64 s0 = tfrc_rx_hist_loss_prev(h)->tfrchrx_seqno,
s0                218 net/dccp/ccids/lib/packet_history.c 	if (!dccp_loss_free(s0, s1, n1)) {	/* gap between S0 and S1 */
s0                226 net/dccp/ccids/lib/packet_history.c 	u64 s0 = tfrc_rx_hist_loss_prev(h)->tfrchrx_seqno,
s0                238 net/dccp/ccids/lib/packet_history.c 	if (dccp_loss_free(s0, s2, n2)) {
s0                263 net/dccp/ccids/lib/packet_history.c 	u64 s0 = tfrc_rx_hist_loss_prev(h)->tfrchrx_seqno,
s0                288 net/dccp/ccids/lib/packet_history.c 	if (dccp_loss_free(s0, s3, n3)) {
s0                180 net/ieee80211/ieee80211_crypt_ccmp.c 	ieee80211_ccmp_aes_encrypt(tfm, b0, s0);
s0                229 net/ieee80211/ieee80211_crypt_ccmp.c 	u8 *s0 = key->tx_s0;
s0                242 net/ieee80211/ieee80211_crypt_ccmp.c 	ccmp_init_blocks(key->tfm, hdr, key->tx_pn, data_len, b0, b, s0);
s0                261 net/ieee80211/ieee80211_crypt_ccmp.c 		mic[i] = b[i] ^ s0[i];