Searched refs:sha1_hmac_starts (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/package/px5g/src/polarssl/
H A Dsha1.h107 void sha1_hmac_starts( sha1_context *ctx, unsigned char *key, int keylen );
/netgear-R7800-V1.0.2.28/package/px5g/src/library/
H A Dsha1.c374 void sha1_hmac_starts( sha1_context *ctx, unsigned char *key, int keylen ) function
434 sha1_hmac_starts( &ctx, key, keylen );
589 sha1_hmac_starts( &ctx, buf, buflen );
592 sha1_hmac_starts( &ctx, sha1_hmac_test_key[i],

Completed in 26 milliseconds