X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=hfal%2Fhfal-basic.c;h=a521a9c396c3061f95d1c1f8f0df857499b52118;hb=7390f9235d6bc08b7fe34a5f43a04bd3b58f6ea6;hp=dbb1e7db2c1b7fe29fe3c38311dfe57b357c7e68;hpb=d70d1d77bab1a5f5278227d674bc59da0378fe15;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; }