/kernel/linux/linux-5.10/include/crypto/ |
H A D | sm3.h | 10 #define SM3_DIGEST_SIZE 32 macro 25 extern const u8 sm3_zero_message_hash[SM3_DIGEST_SIZE]; 28 u32 state[SM3_DIGEST_SIZE / 4];
|
H A D | sm2.h | 23 unsigned char dgst[SM3_DIGEST_SIZE]);
|
H A D | sm3_base.h | 104 for (i = 0; i < SM3_DIGEST_SIZE / sizeof(__be32); i++) in sm3_base_finish()
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | sm3.h | 15 #define SM3_DIGEST_SIZE 32 macro 30 extern const u8 sm3_zero_message_hash[SM3_DIGEST_SIZE]; 33 u32 state[SM3_DIGEST_SIZE / 4];
|
H A D | sm3_base.h | 105 for (i = 0; i < SM3_DIGEST_SIZE / sizeof(__be32); i++) in sm3_base_finish()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | sm3_generic.c | 22 const u8 sm3_zero_message_hash[SM3_DIGEST_SIZE] = { 55 .digestsize = SM3_DIGEST_SIZE,
|
/kernel/linux/linux-5.10/crypto/ |
H A D | sm3_generic.c | 21 const u8 sm3_zero_message_hash[SM3_DIGEST_SIZE] = { 168 .digestsize = SM3_DIGEST_SIZE,
|
H A D | sm2.c | 263 unsigned char dgst[SM3_DIGEST_SIZE]) in sm2_compute_z_digest()
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | sm3-ce-glue.c | 65 .digestsize = SM3_DIGEST_SIZE,
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sm3-neon-glue.c | 74 .digestsize = SM3_DIGEST_SIZE,
|
H A D | sm3-ce-glue.c | 77 .digestsize = SM3_DIGEST_SIZE,
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sm3_avx_glue.c | 84 .digestsize = SM3_DIGEST_SIZE,
|
/kernel/linux/linux-6.6/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 800 EIP197_SM3_ZEROM_HASH, SM3_DIGEST_SIZE); in safexcel_ahash_final() 2235 req->state_sz = SM3_DIGEST_SIZE; in safexcel_sm3_init() 2236 req->digest_sz = SM3_DIGEST_SIZE; in safexcel_sm3_init() 2264 .digestsize = SM3_DIGEST_SIZE, 2287 SM3_DIGEST_SIZE); in safexcel_hmac_sm3_setkey() 2298 memcpy(req->state, &ctx->base.ipad, SM3_DIGEST_SIZE); in safexcel_hmac_sm3_init() 2305 req->state_sz = SM3_DIGEST_SIZE; in safexcel_hmac_sm3_init() 2306 req->digest_sz = SM3_DIGEST_SIZE; in safexcel_hmac_sm3_init() 2336 .digestsize = SM3_DIGEST_SIZE,
|
H A D | safexcel_cipher.c | 3457 ctx->state_sz = SM3_DIGEST_SIZE; in safexcel_aead_sm4cbc_sm3_cra_init() 3470 .maxauthsize = SM3_DIGEST_SIZE, 3541 .maxauthsize = SM3_DIGEST_SIZE,
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | public_key.c | 302 unsigned char dgst[SM3_DIGEST_SIZE]; in cert_sig_digest_update() 333 ret = crypto_shash_update(desc, dgst, SM3_DIGEST_SIZE); in cert_sig_digest_update()
|
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 798 EIP197_SM3_ZEROM_HASH, SM3_DIGEST_SIZE); in safexcel_ahash_final() 2280 req->state_sz = SM3_DIGEST_SIZE; in safexcel_sm3_init() 2281 req->digest_sz = SM3_DIGEST_SIZE; in safexcel_sm3_init() 2309 .digestsize = SM3_DIGEST_SIZE, 2332 SM3_DIGEST_SIZE); in safexcel_hmac_sm3_setkey() 2343 memcpy(req->state, &ctx->base.ipad, SM3_DIGEST_SIZE); in safexcel_hmac_sm3_init() 2350 req->state_sz = SM3_DIGEST_SIZE; in safexcel_hmac_sm3_init() 2351 req->digest_sz = SM3_DIGEST_SIZE; in safexcel_hmac_sm3_init() 2381 .digestsize = SM3_DIGEST_SIZE,
|
H A D | safexcel_cipher.c | 3448 ctx->state_sz = SM3_DIGEST_SIZE; in safexcel_aead_sm4cbc_sm3_cra_init() 3461 .maxauthsize = SM3_DIGEST_SIZE, 3532 .maxauthsize = SM3_DIGEST_SIZE,
|
/kernel/linux/linux-6.6/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 856 .digestsize = SM3_DIGEST_SIZE, 886 .digestsize = SM3_DIGEST_SIZE,
|
/kernel/linux/linux-6.6/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-hcu-core.c | 997 .digestsize = SM3_DIGEST_SIZE, 1023 .digestsize = SM3_DIGEST_SIZE,
|
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
H A D | cc_hash.c | 1759 .digestsize = SM3_DIGEST_SIZE, 1760 .statesize = CC_STATE_SIZE(SM3_DIGEST_SIZE), 1765 .inter_digestsize = SM3_DIGEST_SIZE,
|
/kernel/linux/linux-6.6/drivers/crypto/ccree/ |
H A D | cc_hash.c | 1759 .digestsize = SM3_DIGEST_SIZE, 1760 .statesize = CC_STATE_SIZE(SM3_DIGEST_SIZE), 1765 .inter_digestsize = SM3_DIGEST_SIZE,
|