Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/security/sl_component/se_manager/src/
Dsl_se_manager_cipher.c2904 size_t hmac_state_len; local
2909 hmac_state_len = 20;
2914 hmac_state_len = 32;
2919 hmac_state_len = 32;
2924 hmac_state_len = 64;
2929 hmac_state_len = 64;
2936 hmac_state_len += 8u; // adding 8 bytes for storing the HMAC multipart internal states
2937 if (state_out_len < hmac_state_len) {
2959 sli_se_datatransfer_t out_hmac_state = SLI_SE_DATATRANSFER_DEFAULT(state_out, hmac_state_len);
2981 size_t hmac_state_len; local
[all …]