Lines Matching defs:cipher
1801 static int des_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in des_setkey()
1815 static int threedes_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in threedes_setkey()
1829 static int aes_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in aes_setkey()
1857 static int rc4_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in rc4_setkey()
1877 static int ablkcipher_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in ablkcipher_setkey()
2819 static int aead_authenc_setkey(struct crypto_aead *cipher, in aead_authenc_setkey()
2923 static int aead_gcm_ccm_setkey(struct crypto_aead *cipher, in aead_gcm_ccm_setkey()
3010 static int aead_gcm_esp_setkey(struct crypto_aead *cipher, in aead_gcm_esp_setkey()
3038 static int rfc4543_gcm_esp_setkey(struct crypto_aead *cipher, in rfc4543_gcm_esp_setkey()
3067 static int aead_ccm_esp_setkey(struct crypto_aead *cipher, in aead_ccm_esp_setkey()
3083 static int aead_setauthsize(struct crypto_aead *cipher, unsigned int authsize) in aead_setauthsize()