Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/twl/os/common/
DsystemCall.h46 typedef struct SVCHMACSHA1Context struct
52 SVCHMACSHA1Context; argument
117 void SVC_HMACSHA1Init( SVCHMACSHA1Context *ctx, const void *key, u32 keylen );
118 void SVC_HMACSHA1Update( SVCHMACSHA1Context *ctx, const void *data, u32 len );
119 void SVC_HMACSHA1GetHash( SVCHMACSHA1Context *ctx, void* md );
/TwlSDK-5.4/build/libraries/os/common/src/
Dos_reset.c354 SVCHMACSHA1Context *context = (SVCHMACSHA1Context *)&work[0]; in OSi_VerifyStaticSegments()
355 u8 *digest = &work[sizeof(SVCHMACSHA1Context)]; in OSi_VerifyStaticSegments()
/TwlSDK-5.4/build/libraries/wm/ARM9.TWL/nwm/src/
Dnwm_passphrase.c86 SVCHMACSHA1Context ctx; in pbkdf2_sha1_f()