Searched refs:n2_cipher_alg (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/
H A Dn2_core.c697 struct n2_cipher_alg { struct
703 static inline struct n2_cipher_alg *n2_cipher_alg(struct crypto_tfm *tfm) n2_cipher_alg() function
707 return container_of(alg, struct n2_cipher_alg, alg); n2_cipher_alg()
719 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); n2_aes_setkey()
748 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); n2_des_setkey()
775 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); n2_3des_setkey()
793 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); n2_arc4_setkey()
1361 struct n2_cipher_alg *cipher, *cipher_tmp; __n2_unregister_algs()
1390 struct n2_cipher_alg *p = kzalloc(sizeof(*p), GFP_KERNEL); __n2_register_one_cipher()

Completed in 51 milliseconds