File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1793,12 +1793,15 @@ static int _ctap_decrypt_rk(ctap_resident_key_t *rk, ctap_cred_id_t *id)
17931793
17941794static int _write_state_to_flash (const ctap_state_t * state )
17951795{
1796- return fido2_ctap_mem_write (state , fido2_ctap_mem_get_state_flashpage_number (), 0 , CTAP_FLASH_STATE_SZ );
1796+ return fido2_ctap_mem_write (state ,
1797+ fido2_ctap_mem_get_state_flashpage_number (), 0 ,
1798+ CTAP_FLASH_STATE_SZ );
17971799}
17981800
17991801static int _read_state_from_flash (ctap_state_t * state )
18001802{
1801- return fido2_ctap_mem_read (state , fido2_ctap_mem_get_state_flashpage_number (), 0 , sizeof (* state ));
1803+ return fido2_ctap_mem_read (state , fido2_ctap_mem_get_state_flashpage_number (), 0 ,
1804+ sizeof (* state ));
18021805}
18031806
18041807static int _write_rk_to_flash (const ctap_resident_key_t * rk , int page , int offset )
You can’t perform that action at this time.
0 commit comments