Searched refs:k_ipad (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dhmacmd5.h27 uchar k_ipad[65]; member in struct:__anon12285
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dhmacmd5.c50 ZERO_STRUCT(ctx->k_ipad);
52 memcpy( ctx->k_ipad, key, key_len);
58 ctx->k_ipad[i] ^= 0x36;
63 MD5Update(&ctx->ctx, ctx->k_ipad, 64);
81 ZERO_STRUCT(ctx->k_ipad);
83 memcpy( ctx->k_ipad, key, key_len);
88 ctx->k_ipad[i] ^= 0x36;
93 MD5Update(&ctx->ctx, ctx->k_ipad, 64);
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dasus_ddns.c79 unsigned char k_ipad[65]; /* inner padding - local
110 bzero(k_ipad, sizeof k_ipad);
112 bcopy(key, k_ipad, key_len);
117 k_ipad[i] ^= 0x36;
124 md5_process_bytes(k_ipad, 64, &context); /* start with inner pad */

Completed in 39 milliseconds