Lines Matching defs:cipher
1812 static int des_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in des_setkey()
1837 static int threedes_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in threedes_setkey()
1860 static int aes_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in aes_setkey()
1888 static int rc4_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in rc4_setkey()
1908 static int ablkcipher_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in ablkcipher_setkey()
2838 static int aead_authenc_setkey(struct crypto_aead *cipher, in aead_authenc_setkey()
2966 static int aead_gcm_ccm_setkey(struct crypto_aead *cipher, in aead_gcm_ccm_setkey()
3054 static int aead_gcm_esp_setkey(struct crypto_aead *cipher, in aead_gcm_esp_setkey()
3086 static int rfc4543_gcm_esp_setkey(struct crypto_aead *cipher, in rfc4543_gcm_esp_setkey()
3119 static int aead_ccm_esp_setkey(struct crypto_aead *cipher, in aead_ccm_esp_setkey()
3139 static int aead_setauthsize(struct crypto_aead *cipher, unsigned int authsize) in aead_setauthsize()