crypto_cipher_encrypt_one  157 crypto/ansi_cprng.c 		crypto_cipher_encrypt_one(ctx->tfm, output, tmp);
crypto_cipher_encrypt_one  179 crypto/ccm.c   		crypto_cipher_encrypt_one(tfm, odata, odata);
crypto_cipher_encrypt_one  188 crypto/ccm.c   		crypto_cipher_encrypt_one(tfm, odata, odata);
crypto_cipher_encrypt_one  240 crypto/ccm.c   		crypto_cipher_encrypt_one(tfm, odata, odata);
crypto_cipher_encrypt_one  263 crypto/ccm.c   	crypto_cipher_encrypt_one(cipher, odata, odata);
crypto_cipher_encrypt_one   61 crypto/ctr.c   	crypto_cipher_encrypt_one(tfm, keystream, ctrblk);
crypto_cipher_encrypt_one  586 crypto/testmgr.c 				crypto_cipher_encrypt_one(tfm, data + k,
crypto_cipher_encrypt_one   79 crypto/xcbc.c  	crypto_cipher_encrypt_one(ctx->child, key1, ctx->consts);
crypto_cipher_encrypt_one  158 crypto/xcbc.c  			crypto_cipher_encrypt_one(tfm, ctx->prev, ctx->prev);
crypto_cipher_encrypt_one  166 crypto/xcbc.c  				crypto_cipher_encrypt_one(tfm, ctx->prev,
crypto_cipher_encrypt_one  215 crypto/xcbc.c  		crypto_cipher_encrypt_one(tfm, key2,
crypto_cipher_encrypt_one  222 crypto/xcbc.c  		crypto_cipher_encrypt_one(tfm, out, ctx->prev);
crypto_cipher_encrypt_one  237 crypto/xcbc.c  		crypto_cipher_encrypt_one(tfm, key3,
crypto_cipher_encrypt_one  245 crypto/xcbc.c  		crypto_cipher_encrypt_one(tfm, out, ctx->prev);
crypto_cipher_encrypt_one   63 net/ieee80211/ieee80211_crypt_ccmp.c 	crypto_cipher_encrypt_one(tfm, ct, pt);
crypto_cipher_encrypt_one   29 net/mac80211/aes_ccm.c 	crypto_cipher_encrypt_one(tfm, b, b_0);
crypto_cipher_encrypt_one   34 net/mac80211/aes_ccm.c 	crypto_cipher_encrypt_one(tfm, b, aad);
crypto_cipher_encrypt_one   40 net/mac80211/aes_ccm.c 	crypto_cipher_encrypt_one(tfm, a, aad);
crypto_cipher_encrypt_one   48 net/mac80211/aes_ccm.c 	crypto_cipher_encrypt_one(tfm, s_0, b_0);
crypto_cipher_encrypt_one   79 net/mac80211/aes_ccm.c 		crypto_cipher_encrypt_one(tfm, b, b);
crypto_cipher_encrypt_one   83 net/mac80211/aes_ccm.c 		crypto_cipher_encrypt_one(tfm, e, b_0);
crypto_cipher_encrypt_one  119 net/mac80211/aes_ccm.c 		crypto_cipher_encrypt_one(tfm, b, b_0);
crypto_cipher_encrypt_one  124 net/mac80211/aes_ccm.c 		crypto_cipher_encrypt_one(tfm, a, a);