Lines Matching defs:cipher
1816 static int des_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in des_setkey()
1841 static int threedes_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in threedes_setkey()
1864 static int aes_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in aes_setkey()
1892 static int rc4_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in rc4_setkey()
1912 static int ablkcipher_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in ablkcipher_setkey()
2842 static int aead_authenc_setkey(struct crypto_aead *cipher, in aead_authenc_setkey()
2988 static int aead_gcm_ccm_setkey(struct crypto_aead *cipher, in aead_gcm_ccm_setkey()
3075 static int aead_gcm_esp_setkey(struct crypto_aead *cipher, in aead_gcm_esp_setkey()
3103 static int rfc4543_gcm_esp_setkey(struct crypto_aead *cipher, in rfc4543_gcm_esp_setkey()
3132 static int aead_ccm_esp_setkey(struct crypto_aead *cipher, in aead_ccm_esp_setkey()
3148 static int aead_setauthsize(struct crypto_aead *cipher, unsigned int authsize) in aead_setauthsize()