Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dcryptd.h68 struct cryptd_aead { struct
72 static inline struct cryptd_aead *__cryptd_aead_cast( in __cryptd_aead_cast() argument
75 return (struct cryptd_aead *)tfm; in __cryptd_aead_cast()
78 struct cryptd_aead *cryptd_alloc_aead(const char *alg_name,
81 struct crypto_aead *cryptd_aead_child(struct cryptd_aead *tfm);
83 bool cryptd_aead_queued(struct cryptd_aead *tfm);
85 void cryptd_free_aead(struct cryptd_aead *tfm);
/Linux-v4.19/arch/x86/crypto/
Dmorus640_glue.c215 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_morus640_glue_setkey()
216 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_morus640_glue_setkey()
225 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_morus640_glue_setauthsize()
226 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_morus640_glue_setauthsize()
235 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_morus640_glue_encrypt()
236 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_morus640_glue_encrypt()
252 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_morus640_glue_decrypt()
253 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_morus640_glue_decrypt()
268 struct cryptd_aead *cryptd_tfm; in cryptd_morus640_glue_init_tfm()
269 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_morus640_glue_init_tfm()
[all …]
Daegis128-aesni-glue.c256 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_aegis128_aesni_setkey()
257 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_aegis128_aesni_setkey()
265 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_aegis128_aesni_setauthsize()
266 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_aegis128_aesni_setauthsize()
274 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_aegis128_aesni_encrypt()
275 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_aegis128_aesni_encrypt()
290 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_aegis128_aesni_decrypt()
291 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_aegis128_aesni_decrypt()
305 struct cryptd_aead *cryptd_tfm; in cryptd_aegis128_aesni_init_tfm()
306 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_aegis128_aesni_init_tfm()
[all …]
Daegis256-aesni-glue.c256 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_aegis256_aesni_setkey()
257 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_aegis256_aesni_setkey()
265 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_aegis256_aesni_setauthsize()
266 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_aegis256_aesni_setauthsize()
274 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_aegis256_aesni_encrypt()
275 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_aegis256_aesni_encrypt()
290 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_aegis256_aesni_decrypt()
291 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_aegis256_aesni_decrypt()
305 struct cryptd_aead *cryptd_tfm; in cryptd_aegis256_aesni_init_tfm()
306 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_aegis256_aesni_init_tfm()
[all …]
Daegis128l-aesni-glue.c256 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_aegis128l_aesni_setkey()
257 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_aegis128l_aesni_setkey()
265 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_aegis128l_aesni_setauthsize()
266 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_aegis128l_aesni_setauthsize()
274 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_aegis128l_aesni_encrypt()
275 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_aegis128l_aesni_encrypt()
290 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_aegis128l_aesni_decrypt()
291 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_aegis128l_aesni_decrypt()
305 struct cryptd_aead *cryptd_tfm; in cryptd_aegis128l_aesni_init_tfm()
306 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_aegis128l_aesni_init_tfm()
[all …]
Dmorus1280_glue.c219 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_morus1280_glue_setkey()
220 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_morus1280_glue_setkey()
229 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_morus1280_glue_setauthsize()
230 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_morus1280_glue_setauthsize()
239 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_morus1280_glue_encrypt()
240 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_morus1280_glue_encrypt()
256 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_morus1280_glue_decrypt()
257 struct cryptd_aead *cryptd_tfm = *ctx; in cryptd_morus1280_glue_decrypt()
272 struct cryptd_aead *cryptd_tfm; in cryptd_morus1280_glue_init_tfm()
273 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in cryptd_morus1280_glue_init_tfm()
[all …]
Daesni-intel_glue.c675 struct cryptd_aead *cryptd_tfm; in rfc4106_init()
676 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in rfc4106_init()
691 struct cryptd_aead **ctx = crypto_aead_ctx(aead); in rfc4106_exit()
743 struct cryptd_aead **ctx = crypto_aead_ctx(parent); in gcmaes_wrapper_set_key()
744 struct cryptd_aead *cryptd_tfm = *ctx; in gcmaes_wrapper_set_key()
769 struct cryptd_aead **ctx = crypto_aead_ctx(parent); in gcmaes_wrapper_set_authsize()
770 struct cryptd_aead *cryptd_tfm = *ctx; in gcmaes_wrapper_set_authsize()
1117 struct cryptd_aead **ctx = crypto_aead_ctx(tfm); in gcmaes_wrapper_encrypt()
1118 struct cryptd_aead *cryptd_tfm = *ctx; in gcmaes_wrapper_encrypt()
1133 struct cryptd_aead **ctx = crypto_aead_ctx(tfm); in gcmaes_wrapper_decrypt()
[all …]
/Linux-v4.19/crypto/
Dcryptd.c1324 struct cryptd_aead *cryptd_alloc_aead(const char *alg_name, in cryptd_alloc_aead()
1349 struct crypto_aead *cryptd_aead_child(struct cryptd_aead *tfm) in cryptd_aead_child()
1357 bool cryptd_aead_queued(struct cryptd_aead *tfm) in cryptd_aead_queued()
1365 void cryptd_free_aead(struct cryptd_aead *tfm) in cryptd_free_aead()