Searched refs:SVCSHA1Context (Results 1 – 3 of 3) sorted by relevance
36 typedef struct SVCSHA1Context struct42 void (*sha_block)(struct SVCSHA1Context *c, const u8 *W, int num); argument44 SVCSHA1Context; typedef48 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 );
49 static SVCSHA1Context sha1_ipad_def;50 static SVCSHA1Context sha1_opad_def;107 SVCSHA1Context tmpcxt; in CARDi_CompareHash()
205 SVCSHA1Context context; in sha1_vector()