Home
last modified time | relevance | path

Searched refs:fullMessageSize (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/sha/
Dfsl_sha.c50 …size_t fullMessageSize; /*!< track message size during SHA_Update(). The value is used for pa… member
434 lastBlock.w[SHA_BLOCK_SIZE / 4U - 1U] = swap_bytes(8u * ctxInternal->fullMessageSize); in sha_finalize()
453 lastBlock.w[SHA_BLOCK_SIZE / 4U - 1U] = swap_bytes(8u * ctxInternal->fullMessageSize); in sha_finalize()
525 ctxInternal->fullMessageSize = 0; in SHA_Init()
561 ctxInternal->fullMessageSize += messageSize; in SHA_Update()
727 ctxInternal->fullMessageSize = inputSize; in SHA_UpdateNonBlocking()
/hal_nxp-latest/mcux/mcux-sdk/drivers/hashcrypt/
Dfsl_hashcrypt.c51 …size_t fullMessageSize; /*!< track message size during SHA_Update(). The value is used … member
812 lastBlock.w[SHA_BLOCK_SIZE / 4U - 1U] = swap_bytes(8u * ctxInternal->fullMessageSize); in hashcrypt_sha_finalize()
831 lastBlock.w[SHA_BLOCK_SIZE / 4U - 1U] = swap_bytes(8u * ctxInternal->fullMessageSize); in hashcrypt_sha_finalize()
970 ctxInternal->fullMessageSize = 0; in HASHCRYPT_SHA_Init()
995 ctxInternal->fullMessageSize += inputSize; in HASHCRYPT_SHA_Update()
1159 ctxInternal->fullMessageSize = inputSize; in HASHCRYPT_SHA_UpdateNonBlocking()
/hal_nxp-latest/mcux/mcux-sdk/drivers/dcp/
Dfsl_dcp.c49 uint32_t fullMessageSize; /*!< track message size */ member
1233 ctxInternal->fullMessageSize = 0; in DCP_HASH_Init()
1278 ctxInternal->fullMessageSize += inputSize; in DCP_HASH_Update()
1377 if (ctxInternal->fullMessageSize == 0U) in DCP_HASH_Finish()
/hal_nxp-latest/mcux/mcux-sdk/drivers/cau3/
Dfsl_cau3.c109 …size_t fullMessageSize; /*!< track message size during CAU3_HASH_Update(). The value is used… member
2011 lastBlock.w[15] = __REV(8u * ctxInternal->fullMessageSize); in cau3_hash_finalize()
2038 lastBlock.w[15] = __REV(8u * ctxInternal->fullMessageSize); in cau3_hash_finalize()
2086 ctxInternal->fullMessageSize = 0; in CAU3_HASH_Init()
2125 ctxInternal->fullMessageSize += inputSize; in CAU3_HASH_Update()