Home
last modified time | relevance | path

Searched full:shdesc (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/crypto/caam/
H A Dcaamalg_desc.c118 print_hex_dump_debug("aead null enc shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_aead_null_encap()
205 print_hex_dump_debug("aead null dec shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_aead_null_decap()
357 print_hex_dump_debug("aead enc shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_aead_encap()
474 print_hex_dump_debug("aead dec shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_aead_decap()
620 print_hex_dump_debug("aead givenc shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_aead_givencap()
747 print_hex_dump_debug("gcm enc shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_gcm_encap()
842 print_hex_dump_debug("gcm dec shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_gcm_decap()
953 print_hex_dump_debug("rfc4106 enc shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_rfc4106_encap()
1048 print_hex_dump_debug("rfc4106 dec shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_rfc4106_decap()
1131 print_hex_dump_debug("rfc4543 enc shdesc@" __stringify(__LINE__)": ", in cnstr_shdsc_rfc4543_encap()
[all …]
H A Dcaamhash.c222 print_hex_dump_debug("ahash update shdesc@"__stringify(__LINE__)": ", in ahash_set_sh_desc()
232 print_hex_dump_debug("ahash update first shdesc@"__stringify(__LINE__) in ahash_set_sh_desc()
243 print_hex_dump_debug("ahash final shdesc@"__stringify(__LINE__)": ", in ahash_set_sh_desc()
254 print_hex_dump_debug("ahash digest shdesc@"__stringify(__LINE__)": ", in ahash_set_sh_desc()
274 print_hex_dump_debug("axcbc update shdesc@" __stringify(__LINE__)" : ", in axcbc_set_sh_desc()
284 print_hex_dump_debug("axcbc finup shdesc@" __stringify(__LINE__)" : ", in axcbc_set_sh_desc()
297 print_hex_dump_debug("axcbc update first shdesc@" __stringify(__LINE__) in axcbc_set_sh_desc()
307 print_hex_dump_debug("axcbc digest shdesc@" __stringify(__LINE__)" : ", in axcbc_set_sh_desc()
326 print_hex_dump_debug("acmac update shdesc@" __stringify(__LINE__)" : ", in acmac_set_sh_desc()
336 print_hex_dump_debug("acmac finup shdesc@" __stringify(__LINE__)" : ", in acmac_set_sh_desc()
[all …]
H A Ddesc_constr.h36 * Shdesc ptr (1 or 2 words)
44 * The shdesc ptr is used to fetch shared descriptor contents
47 * Apart from shdesc contents, the total number of words that
H A Dqi.c346 dev_err(qidev, "FQ allocation for shdesc update failed\n"); in caam_drv_ctx_update()
435 dev_err(qidev, "DMA map error for preheader + shdesc\n"); in caam_drv_ctx_init()
H A Dcaamalg_qi2.c3156 print_hex_dump_debug("ahash update shdesc@" __stringify(__LINE__)": ", in ahash_set_sh_desc()
3168 print_hex_dump_debug("ahash update first shdesc@" __stringify(__LINE__)": ", in ahash_set_sh_desc()
3180 print_hex_dump_debug("ahash final shdesc@" __stringify(__LINE__)": ", in ahash_set_sh_desc()
3192 print_hex_dump_debug("ahash digest shdesc@" __stringify(__LINE__)": ", in ahash_set_sh_desc()
3275 print_hex_dump_debug("shdesc@" __stringify(__LINE__)": ", in hash_digest_key()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c36 struct shash_desc *shdesc; member
2653 ctx->shdesc = kmalloc(sizeof(*ctx->shdesc) + in safexcel_hmac_sha3_cra_init()
2655 if (!ctx->shdesc) { in safexcel_hmac_sha3_cra_init()
2659 ctx->shdesc->tfm = ctx->shpre; in safexcel_hmac_sha3_cra_init()
2669 kfree(ctx->shdesc); in safexcel_hmac_sha3_cra_exit()
2684 ret = crypto_shash_digest(ctx->shdesc, key, keylen, in safexcel_hmac_sha3_setkey()