Searched refs:HMAC_MAX_MD_CBLOCK (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/sha1/
H A Dfips_standalone_sha1.c66 unsigned char keymd[HMAC_MAX_MD_CBLOCK];
67 unsigned char pad[HMAC_MAX_MD_CBLOCK];
78 memset(&keymd[len],'\0',HMAC_MAX_MD_CBLOCK-len);
80 for(i=0 ; i < HMAC_MAX_MD_CBLOCK ; i++)
85 for(i=0 ; i < HMAC_MAX_MD_CBLOCK ; i++)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/hmac/
H A Dhmac.h67 #define HMAC_MAX_MD_CBLOCK 64 macro
80 unsigned char key[HMAC_MAX_MD_CBLOCK];
H A Dhmac.c68 unsigned char pad[HMAC_MAX_MD_CBLOCK];
105 if(ctx->key_length != HMAC_MAX_MD_CBLOCK)
107 HMAC_MAX_MD_CBLOCK - ctx->key_length);
112 for (i=0; i<HMAC_MAX_MD_CBLOCK; i++)
117 for (i=0; i<HMAC_MAX_MD_CBLOCK; i++)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dhmac.h67 #define HMAC_MAX_MD_CBLOCK 64 macro
80 unsigned char key[HMAC_MAX_MD_CBLOCK];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dhmac.h69 #define HMAC_MAX_MD_CBLOCK 128 /* largest known is SHA512 */ macro
82 unsigned char key[HMAC_MAX_MD_CBLOCK];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/hmac/
H A Dhmac.h69 #define HMAC_MAX_MD_CBLOCK 128 /* largest known is SHA512 */ macro
82 unsigned char key[HMAC_MAX_MD_CBLOCK];
H A Dhmac.c68 unsigned char pad[HMAC_MAX_MD_CBLOCK];
96 if(ctx->key_length != HMAC_MAX_MD_CBLOCK)
98 HMAC_MAX_MD_CBLOCK - ctx->key_length);
103 for (i=0; i<HMAC_MAX_MD_CBLOCK; i++)
108 for (i=0; i<HMAC_MAX_MD_CBLOCK; i++)

Completed in 158 milliseconds