crypto_cipher_setkey  313 crypto/ansi_cprng.c 	ret = crypto_cipher_setkey(ctx->tfm, prng_key, klen);
crypto_cipher_setkey   36 crypto/cbc.c   	err = crypto_cipher_setkey(child, key, keylen);
crypto_cipher_setkey   96 crypto/ccm.c   	err = crypto_cipher_setkey(tfm, key, keylen);
crypto_cipher_setkey   42 crypto/ctr.c   	err = crypto_cipher_setkey(child, key, keylen);
crypto_cipher_setkey   35 crypto/ecb.c   	err = crypto_cipher_setkey(child, key, keylen);
crypto_cipher_setkey   63 crypto/lrw.c   	if ((err = crypto_cipher_setkey(child, key, keylen - bsize)))
crypto_cipher_setkey   39 crypto/pcbc.c  	err = crypto_cipher_setkey(child, key, keylen);
crypto_cipher_setkey  573 crypto/testmgr.c 		ret = crypto_cipher_setkey(tfm, template[i].key,
crypto_cipher_setkey   76 crypto/xcbc.c  	if ((err = crypto_cipher_setkey(ctx->child, ctx->key, ctx->keylen)))
crypto_cipher_setkey   81 crypto/xcbc.c  	return crypto_cipher_setkey(ctx->child, key1, bs);
crypto_cipher_setkey  212 crypto/xcbc.c  		if ((err = crypto_cipher_setkey(tfm, ctx->key, ctx->keylen)) != 0)
crypto_cipher_setkey  234 crypto/xcbc.c  		if ((err = crypto_cipher_setkey(tfm, ctx->key, ctx->keylen)) != 0)
crypto_cipher_setkey   56 crypto/xts.c   	err = crypto_cipher_setkey(child, key + keylen/2, keylen/2);
crypto_cipher_setkey   69 crypto/xts.c   	err = crypto_cipher_setkey(child, key, keylen/2);
crypto_cipher_setkey  413 net/ieee80211/ieee80211_crypt_ccmp.c 		crypto_cipher_setkey(data->tfm, data->key, CCMP_TK_LEN);
crypto_cipher_setkey  144 net/mac80211/aes_ccm.c 	crypto_cipher_setkey(tfm, key, ALG_CCMP_KEY_LEN);