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

/drivers/crypto/caam/
H A Dcompat.h32 #include <crypto/aead.h>
H A Dcaamalg.c120 * For aead functions, read payload and write payload,
131 * For aead encrypt and decrypt, read iv for both classes
219 static int aead_set_sh_desc(struct crypto_aead *aead) argument
221 struct aead_tfm *tfm = &aead->base.crt_aead;
222 struct caam_ctx *ctx = crypto_aead_ctx(aead);
285 print_hex_dump(KERN_ERR, "aead enc shdesc@"xstr(__LINE__)": ",
353 print_hex_dump(KERN_ERR, "aead dec shdesc@"xstr(__LINE__)": ",
436 print_hex_dump(KERN_ERR, "aead givenc shdesc@"xstr(__LINE__)": ",
572 static int aead_setkey(struct crypto_aead *aead, argument
577 struct caam_ctx *ctx = crypto_aead_ctx(aead);
833 struct crypto_aead *aead = crypto_aead_reqtfm(req); local
863 struct crypto_aead *aead = crypto_aead_reqtfm(req); local
905 struct crypto_aead *aead = crypto_aead_reqtfm(req); local
1081 struct crypto_aead *aead = crypto_aead_reqtfm(req); local
1159 struct crypto_aead *aead = crypto_aead_reqtfm(req); local
1301 struct crypto_aead *aead = crypto_aead_reqtfm(req); local
1392 struct crypto_aead *aead = crypto_aead_reqtfm(req); local
1431 struct crypto_aead *aead = crypto_aead_reqtfm(req); local
1479 struct crypto_aead *aead = crypto_aead_reqtfm(req); local
1580 struct crypto_aead *aead = crypto_aead_reqtfm(req); local
1795 struct aead_alg aead; member in union:caam_alg_template::__anon434
[all...]
/drivers/crypto/
H A Dpicoxcell_crypto.c18 #include <crypto/aead.h>
445 static int spacc_aead_des_setkey(struct crypto_aead *aead, const u8 *key, argument
448 struct crypto_tfm *tfm = crypto_aead_tfm(aead);
453 (crypto_aead_get_flags(aead)) & CRYPTO_TFM_REQ_WEAK_KEY) {
465 static int spacc_aead_aes_setkey(struct crypto_aead *aead, const u8 *key, argument
468 struct crypto_tfm *tfm = crypto_aead_tfm(aead);
746 struct crypto_aead *aead = crypto_aead_reqtfm(req); local
747 struct crypto_tfm *tfm = crypto_aead_tfm(aead);
776 struct crypto_aead *aead = crypto_aead_reqtfm(req); local
777 struct crypto_tfm *tfm = crypto_aead_tfm(aead);
[all...]
H A Dixp4xx_crypto.c28 #include <crypto/aead.h>
1344 .cra_u = { .aead = {
1357 .cra_u = { .aead = {
1370 .cra_u = { .aead = {
1383 .cra_u = { .aead = {
1396 .cra_u = { .aead = {
1409 .cra_u = { .aead = {
H A Dtalitos.c47 #include <crypto/aead.h>
1050 struct crypto_aead *aead = crypto_aead_reqtfm(areq); local
1051 struct talitos_ctx *ctx = crypto_aead_ctx(aead);
1056 unsigned int ivsize = crypto_aead_ivsize(aead);
1077 * map and adjust cipher len to aead request cryptlen.

Completed in 98 milliseconds