Home
last modified time | relevance | path

Searched refs:spacc_aead (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/crypto/
Dpicoxcell_crypto.c104 struct spacc_aead { struct
129 struct spacc_aead *aeads; argument
194 static inline struct spacc_aead *to_spacc_aead(struct aead_alg *alg) in to_spacc_aead()
196 return container_of(alg, struct spacc_aead, alg); in to_spacc_aead()
505 struct spacc_aead *spacc_alg = to_spacc_aead(alg); in spacc_aead_need_fallback()
553 struct spacc_aead *spacc_alg = to_spacc_aead(alg); in spacc_aead_submit()
669 struct spacc_aead *alg = to_spacc_aead(crypto_aead_alg(aead)); in spacc_aead_encrypt()
677 struct spacc_aead *alg = to_spacc_aead(crypto_aead_alg(aead)); in spacc_aead_decrypt()
690 struct spacc_aead *spacc_alg = to_spacc_aead(alg); in spacc_aead_cra_init()
1373 static struct spacc_aead ipsec_engine_aeads[] = {
[all …]