Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/twl/os/common/
DsystemCall.h36 typedef struct SVCSHA1Context struct
42 void (*sha_block)(struct SVCSHA1Context *c, const u8 *W, int num); argument
44 SVCSHA1Context; typedef
48 SVCSHA1Context sha1_ctx;
89 void SVC_SHA1Init( SVCSHA1Context *ctx );
90 void SVC_SHA1Update( SVCSHA1Context *ctx, const void *data, u32 len );
91 void SVC_SHA1GetHash( SVCSHA1Context *ctx, void *md );
/TwlSDK-5.4/build/libraries/card/common/src/
Dcard_hash.c49 static SVCSHA1Context sha1_ipad_def;
50 static SVCSHA1Context sha1_opad_def;
107 SVCSHA1Context tmpcxt; in CARDi_CompareHash()
/TwlSDK-5.4/build/libraries/os/common/src/
Dos_reset.c222 #define VAR_STACK_TOTAL (VAR_STACK_CONTEXT + sizeof(SVCSHA1Context)) in OSi_VerifyStaticSegmentHash()
230 MOV R3, #SVCSHA1Context.sha_block in OSi_VerifyStaticSegmentHash()
260 MOV R3, #SVCSHA1Context.sha_block in OSi_VerifyStaticSegmentHash()
/TwlSDK-5.4/build/libraries/wm/ARM9.TWL/nwm/src/
Dnwm_passphrase.c205 SVCSHA1Context context; in sha1_vector()