Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Daead.h33 static inline struct crypto_aead *aead_givcrypt_reqtfm( in aead_givcrypt_reqtfm() function
41 struct aead_tfm *crt = crypto_aead_crt(aead_givcrypt_reqtfm(req)); in crypto_aead_givencrypt()
47 struct aead_tfm *crt = crypto_aead_crt(aead_givcrypt_reqtfm(req)); in crypto_aead_givdecrypt()
/linux-4.1.27/crypto/
Dseqiv.c69 geniv = aead_givcrypt_reqtfm(req); in seqiv_aead_complete2()
145 struct crypto_aead *geniv = aead_givcrypt_reqtfm(req); in seqiv_aead_givencrypt()
214 struct crypto_aead *geniv = aead_givcrypt_reqtfm(req); in seqiv_aead_givencrypt_first()
Dpcrypt.c249 struct crypto_aead *aead = aead_givcrypt_reqtfm(req); in pcrypt_aead_givencrypt()
Dauthenc.c437 struct crypto_aead *authenc = aead_givcrypt_reqtfm(req); in crypto_authenc_givencrypt()
Dauthencesn.c513 struct crypto_aead *authenc_esn = aead_givcrypt_reqtfm(req); in crypto_authenc_esn_givencrypt()
/linux-4.1.27/drivers/crypto/
Dixp4xx_crypto.c1189 struct crypto_aead *tfm = aead_givcrypt_reqtfm(req); in aead_givencrypt()
Dpicoxcell_crypto.c739 struct crypto_aead *tfm = aead_givcrypt_reqtfm(req); in spacc_aead_givencrypt()