k_ipad             50 lib/crypto/hmacmd5.c         ZERO_STRUCT(ctx->k_ipad);
k_ipad             52 lib/crypto/hmacmd5.c         memcpy( ctx->k_ipad, key, key_len);
k_ipad             58 lib/crypto/hmacmd5.c                 ctx->k_ipad[i] ^= 0x36;
k_ipad             63 lib/crypto/hmacmd5.c         MD5Update(&ctx->ctx, ctx->k_ipad, 64);  
k_ipad             29 lib/crypto/hmacmd5.h         uint8_t k_ipad[65];    
k_ipad             54 lib/crypto/hmacsha256.c         ZERO_STRUCT(ctx->k_ipad);
k_ipad             56 lib/crypto/hmacsha256.c         memcpy( ctx->k_ipad, key, key_len);
k_ipad             62 lib/crypto/hmacsha256.c                 ctx->k_ipad[i] ^= 0x36;
k_ipad             67 lib/crypto/hmacsha256.c         SHA256_Update(&ctx->ctx, ctx->k_ipad, 64);  
k_ipad             30 lib/crypto/hmacsha256.h         uint8_t k_ipad[65];