Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/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.2.1/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.2.1/build/libraries/wm/ARM9.TWL/nwm/src/
Dnwm_passphrase.c205 SVCSHA1Context context; in sha1_vector()