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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/hmac/
H A Dhmac.h69 # define HMAC_MAX_MD_CBLOCK 128/* largest known is SHA512 */ macro
81 unsigned char key[HMAC_MAX_MD_CBLOCK];
H A Dhmac.c72 unsigned char pad[HMAC_MAX_MD_CBLOCK];
131 if (ctx->key_length != HMAC_MAX_MD_CBLOCK)
133 HMAC_MAX_MD_CBLOCK - ctx->key_length);
137 for (i = 0; i < HMAC_MAX_MD_CBLOCK; i++)
144 for (i = 0; i < HMAC_MAX_MD_CBLOCK; i++)
218 memcpy(dctx->key, sctx->key, HMAC_MAX_MD_CBLOCK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/hmac/
H A Dhmac.h69 # define HMAC_MAX_MD_CBLOCK 128/* largest known is SHA512 */ macro
81 unsigned char key[HMAC_MAX_MD_CBLOCK];
H A Dhmac.c72 unsigned char pad[HMAC_MAX_MD_CBLOCK];
131 if (ctx->key_length != HMAC_MAX_MD_CBLOCK)
133 HMAC_MAX_MD_CBLOCK - ctx->key_length);
137 for (i = 0; i < HMAC_MAX_MD_CBLOCK; i++)
144 for (i = 0; i < HMAC_MAX_MD_CBLOCK; i++)
218 memcpy(dctx->key, sctx->key, HMAC_MAX_MD_CBLOCK);

Completed in 83 milliseconds