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

/linux-4.1.27/include/crypto/
H A Dskcipher.h43 crypto_ablkcipher_crt(skcipher_givcrypt_reqtfm(req)); crypto_skcipher_givencrypt()
51 crypto_ablkcipher_crt(skcipher_givcrypt_reqtfm(req)); crypto_skcipher_givdecrypt()
/linux-4.1.27/crypto/
H A Dchainiv.c90 if (crypto_ablkcipher_crt(geniv)->givencrypt != chainiv_givencrypt_first()
94 crypto_ablkcipher_crt(geniv)->givencrypt = chainiv_givencrypt; chainiv_givencrypt_first()
217 if (crypto_ablkcipher_crt(geniv)->givencrypt != async_chainiv_givencrypt_first()
221 crypto_ablkcipher_crt(geniv)->givencrypt = async_chainiv_givencrypt; async_chainiv_givencrypt_first()
H A Deseqiv.c156 if (crypto_ablkcipher_crt(geniv)->givencrypt != eseqiv_givencrypt_first) eseqiv_givencrypt_first()
159 crypto_ablkcipher_crt(geniv)->givencrypt = eseqiv_givencrypt; eseqiv_givencrypt_first()
H A Dseqiv.c196 if (crypto_ablkcipher_crt(geniv)->givencrypt != seqiv_givencrypt_first) seqiv_givencrypt_first()
199 crypto_ablkcipher_crt(geniv)->givencrypt = seqiv_givencrypt; seqiv_givencrypt_first()
/linux-4.1.27/include/crypto/internal/
H A Dskcipher.h72 return crypto_ablkcipher_crt(geniv)->base; skcipher_geniv_cipher()
/linux-4.1.27/include/linux/
H A Dcrypto.h922 static inline struct ablkcipher_tfm *crypto_ablkcipher_crt( crypto_ablkcipher_crt() function
940 return crypto_ablkcipher_crt(tfm)->ivsize; crypto_ablkcipher_ivsize()
1001 struct ablkcipher_tfm *crt = crypto_ablkcipher_crt(tfm); crypto_ablkcipher_setkey()
1035 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); crypto_ablkcipher_encrypt()
1053 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req)); crypto_ablkcipher_decrypt()
1077 return crypto_ablkcipher_crt(tfm)->reqsize; crypto_ablkcipher_reqsize()
1091 req->base.tfm = crypto_ablkcipher_tfm(crypto_ablkcipher_crt(tfm)->base); ablkcipher_request_set_tfm()

Completed in 108 milliseconds