| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-hash.c | 560 unsigned int statesize; in tegra_sha_init_fallback() local 572 statesize = crypto_ahash_statesize(ctx->fallback_tfm); in tegra_sha_init_fallback() 574 if (statesize > sizeof(struct tegra_sha_reqctx)) in tegra_sha_init_fallback() 575 crypto_ahash_set_statesize(tfm, statesize); in tegra_sha_init_fallback() 762 .halg.statesize = sizeof(struct tegra_sha_reqctx), 787 .halg.statesize = sizeof(struct tegra_sha_reqctx), 812 .halg.statesize = sizeof(struct tegra_sha_reqctx), 837 .halg.statesize = sizeof(struct tegra_sha_reqctx), 862 .halg.statesize = sizeof(struct tegra_sha_reqctx), 887 .halg.statesize = sizeof(struct tegra_sha_reqctx), [all …]
|
| H A D | tegra-se-aes.c | 1753 unsigned int statesize; in tegra_cmac_init_fallback() local 1763 statesize = crypto_shash_statesize(ctx->fallback_tfm); in tegra_cmac_init_fallback() 1765 if (statesize > sizeof(struct tegra_cmac_reqctx)) in tegra_cmac_init_fallback() 1766 crypto_ahash_set_statesize(tfm, statesize); in tegra_cmac_init_fallback() 1968 .halg.statesize = sizeof(struct tegra_cmac_reqctx),
|
| /linux/drivers/crypto/ |
| H A D | padlock-sha.c | 202 .statesize = SHA1_STATE_SIZE, 226 .statesize = sizeof(struct crypto_sha256_state), 287 .statesize = SHA1_STATE_SIZE, 307 .statesize = sizeof(struct crypto_sha256_state),
|
| H A D | img-hash.c | 758 .statesize = sizeof(struct md5_state), 784 .statesize = sizeof(struct sha1_state), 810 .statesize = sizeof(struct sha256_state), 836 .statesize = sizeof(struct sha256_state),
|
| H A D | talitos.c | 2929 .halg.statesize = sizeof(struct talitos_export_state), 2945 .halg.statesize = sizeof(struct talitos_export_state), 2961 .halg.statesize = sizeof(struct talitos_export_state), 2977 .halg.statesize = sizeof(struct talitos_export_state), 2993 .halg.statesize = sizeof(struct talitos_export_state), 3009 .halg.statesize = sizeof(struct talitos_export_state), 3025 .halg.statesize = sizeof(struct talitos_export_state), 3041 .halg.statesize = sizeof(struct talitos_export_state), 3057 .halg.statesize = sizeof(struct talitos_export_state), 3073 .halg.statesize = sizeof(struct talitos_export_state), [all …]
|
| H A D | atmel-sha.c | 1255 alg->halg.statesize = sizeof(struct atmel_sha_reqctx); in atmel_sha_alg_init() 2043 alg->halg.statesize = sizeof(struct atmel_sha_reqctx); in atmel_sha_hmac_alg_init()
|
| /linux/drivers/crypto/intel/keembay/ |
| H A D | keembay-ocs-hcu-core.c | 901 .statesize = sizeof(struct ocs_hcu_rctx), 927 .statesize = sizeof(struct ocs_hcu_rctx), 954 .statesize = sizeof(struct ocs_hcu_rctx), 980 .statesize = sizeof(struct ocs_hcu_rctx), 1006 .statesize = sizeof(struct ocs_hcu_rctx), 1032 .statesize = sizeof(struct ocs_hcu_rctx), 1058 .statesize = sizeof(struct ocs_hcu_rctx), 1084 .statesize = sizeof(struct ocs_hcu_rctx), 1110 .statesize = sizeof(struct ocs_hcu_rctx), 1136 .statesize = sizeof(struct ocs_hcu_rctx),
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 992 .statesize = sizeof(struct safexcel_ahash_export_state), 1218 .statesize = sizeof(struct safexcel_ahash_export_state), 1275 .statesize = sizeof(struct safexcel_ahash_export_state), 1332 .statesize = sizeof(struct safexcel_ahash_export_state), 1404 .statesize = sizeof(struct safexcel_ahash_export_state), 1476 .statesize = sizeof(struct safexcel_ahash_export_state), 1533 .statesize = sizeof(struct safexcel_ahash_export_state), 1590 .statesize = sizeof(struct safexcel_ahash_export_state), 1662 .statesize = sizeof(struct safexcel_ahash_export_state), 1734 .statesize = sizeof(struct safexcel_ahash_export_state), [all …]
|
| /linux/crypto/ |
| H A D | sha256.c | 335 .statesize = SHA256_SHASH_STATE_SIZE, 353 .statesize = SHA256_SHASH_STATE_SIZE, 373 .statesize = SHA256_SHASH_STATE_SIZE, 393 .statesize = SHA256_SHASH_STATE_SIZE,
|
| H A D | sha512.c | 341 .statesize = SHA512_SHASH_STATE_SIZE, 359 .statesize = SHA512_SHASH_STATE_SIZE, 379 .statesize = SHA512_SHASH_STATE_SIZE, 399 .statesize = SHA512_SHASH_STATE_SIZE,
|
| H A D | algif_skcipher.c | 75 unsigned statesize; in algif_skcipher_export() local 87 statesize = crypto_skcipher_statesize(tfm); in algif_skcipher_export() 88 ctx->state = sock_kmalloc(sk, statesize, GFP_ATOMIC); in algif_skcipher_export() 94 sock_kzfree_s(sk, ctx->state, statesize); in algif_skcipher_export()
|
| H A D | md5.c | 194 .statesize = MD5_SHASH_STATE_SIZE, 214 .statesize = MD5_SHASH_STATE_SIZE,
|
| H A D | sha1.c | 198 .statesize = SHA1_SHASH_STATE_SIZE, 218 .statesize = SHA1_SHASH_STATE_SIZE,
|
| /linux/include/linux/ |
| H A D | bpf_crypto.h | 15 unsigned int (*statesize)(void *tfm); member
|
| /linux/include/video/ |
| H A D | sticore.h | 187 u32 statesize; member
|
| /linux/kernel/bpf/ |
| H A D | crypto.c | 207 ctx->siv_len = type->ivsize(ctx->tfm) + type->statesize(ctx->tfm); in bpf_crypto_ctx_create()
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto-aes-cmac.c | 376 halg->statesize = sizeof(struct ccp_aes_cmac_exp_ctx); in ccp_register_aes_cmac_algs()
|