X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hfal%2Fhfal-basic.c;fp=hfal%2Fhfal-basic.c;h=a521a9c396c3061f95d1c1f8f0df857499b52118;hb=ad20a79e4270ac6d3d7c0af08efb287865dca42a;hp=dbb1e7db2c1b7fe29fe3c38311dfe57b357c7e68;hpb=f47523ef3943cceaa73f0a80360472bc357d60fb;p=arm-crypto-lib.git diff --git a/hfal/hfal-basic.c b/hfal/hfal-basic.c index dbb1e7d..a521a9c 100644 --- a/hfal/hfal-basic.c +++ b/hfal/hfal-basic.c @@ -71,6 +71,10 @@ void hfal_hash_mem(const hfdesc_t* hash_descriptor, void* dest, const void* msg, } } +uint16_t hfal_hash_getCtxsize_B(const hfdesc_t* hash_descriptor){ + return hash_descriptor->ctxsize_B; +} + uint16_t hfal_hash_getBlocksize(const hfdesc_t* hash_descriptor){ return hash_descriptor->blocksize_b; }