Searched refs:statesize (Results 1 – 2 of 2) sorted by relevance
253 .statesize = sizeof(struct sha1_state),277 .statesize = sizeof(struct sha256_state),475 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_export_nano() local478 memcpy(out, sctx, statesize); in padlock_sha_export_nano()485 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_import_nano() local488 memcpy(sctx, in, statesize); in padlock_sha_import_nano()500 .statesize = sizeof(struct sha1_state),519 .statesize = sizeof(struct sha256_state),
190 u32 statesize; member